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