Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
annotate-snippet
/
missing-type.rs
blob: 2d06c13b96ab8955eee1a9250b5ac5ca246854b0 [
file
]
//@ edition: 2015
//@ compile-flags: --error-format human
pub
fn
main
()
{
let
x
:
Iter
;
}
//~? RAW cannot find type `Iter` in this scope