Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
typeck
/
missing-type-annotation.rs
blob: d13a7a8559e30784cbeac62142faa96a229d98e9 [
file
] [
log
] [
blame
]
//! Regression test for https://github.com/rust-lang/rust/issues/18159
fn
main
()
{
let
x
;
//~ ERROR type annotations needed
}