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