Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
codemap_tests
/
unicode_3.stderr
blob: a35ed99d8a3dd411cac5c0a7036d3fee71c2a340 [
file
] [
log
] [
blame
] [
edit
]
warning
:
denote infinite loops
with
`loop { ... }`
-->
$DIR
/
unicode_3
.
rs
:
4
:
45
|
LL
|
let
s
=
"ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"
;
while
true
{
break
;
}
|
^^^^^^^^^^
help
:
use
`loop`
|
=
note
:
`#[warn(while_true)]`
on
by
default
warning
:
1
warning emitted