You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/names/name-resolution.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,9 +191,7 @@ fn ambiguous_shadow() {
191
191
}
192
192
```
193
193
194
-
Multiple glob imports are allowed to import the same name, and that name is
195
-
allowed to be used if the imports are of the same item (following re-exports).
196
-
The visibility of the name is the maximum visibility of the imports.
194
+
Multiple glob imports are allowed to import the same name, and that name is allowed to be used if the imports are of the same item (following re-exports). The visibility of the name is the maximum visibility of the imports.
0 commit comments