Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
suggestions
/
silenced-binding-typo.rs
blob: ea49834b9e8f3e08dcb16d666f7afdbbdde2c062 [
file
]
//@ run-rustfix
fn
main
()
{
let
_x
=
42
;
//~ HELP
let
_y
=
x
;
//~ ERROR
}