Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-1962.stderr
blob: 4c32a4cf3dd5946ac7bfae466c77724938ccb2fe [
file
] [
log
] [
blame
]
error
:
denote infinite loops
with
`loop { ... }`
-->
$DIR
/
issue
-
1962.rs
:
6
:
5
|
LL
|
'a: while true {
| ^^^^^^^^^^^^^^ help: use `loop`
|
= note: requested on the command line with `-D while-true`
error: aborting due to previous error