Sign in
fuchsia
/
third_party
/
rust
/
thinner-fuchsia-sysroot
/
.
/
src
/
test
/
ui
/
codemap_tests
/
unicode_3.stderr
blob: 3547accd2ed334f6e9c7c22dc105d6115ae2a7a3 [
file
] [
log
] [
blame
]
warning
:
denote infinite loops
with
`loop { ... }`
-->
$DIR
/
unicode_3
.
rs
:
14
:
45
|
14
|
let
s
=
"ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"
;
while
true
{
break
;
}
|
^^^^^^^^^^
help
:
use
`loop`
|
=
note
:
#[warn(while_true)] on by default