Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
error-codes
/
E0282.rs
blob: 5bc29cda9ea3c276a829050ae5f058802146af87 [
file
]
fn
main
()
{
let
x
;
//~^ ERROR E0282
}