Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
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
}