Skip to content

Commit fe9eec6

Browse files
committed
Remove note about 24162 now that it has been resolved by rust-lang/rust#96296.
1 parent 524b9b1 commit fe9eec6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/names/scopes.md

-4
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ References to a label refer to the closest definition.
236236
}
237237
```
238238

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-
243239
## Prelude scopes
244240

245241
[Preludes] bring entities into scope of every module.

0 commit comments

Comments
 (0)