Commit e611aff
committed
Prevent emission of type aliases in root module for inner types
* Emit aliases in the nearest ancestor module if the parent is not a
module, rather than in the root module
* If an alias would refer to itself, don't emit it (this is really a
workaround for the fact that names are sometimes not unique enough,
e.g. the header in #2056 produces two items called f_iterator)1 parent 083c43f commit e611aff
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | | - | |
795 | 794 | | |
796 | 795 | | |
797 | 796 | | |
| |||
0 commit comments