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