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