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/scopes.md
-4
Original file line number
Diff line number
Diff line change
@@ -236,10 +236,6 @@ References to a label refer to the closest definition.
236
236
}
237
237
```
238
238
239
-
> **Note**: `rustc` currently warns about defining the same loop label multiple times in the same function, or if the label has the same name as an in-scope lifetime.
240
-
> This is intended as a future-compatibility warning about a possible extension to the language.
241
-
> See [PR #24162](https://github.com/rust-lang/rust/pull/24162).
242
-
243
239
## Prelude scopes
244
240
245
241
[Preludes] bring entities into scope of every module.
0 commit comments