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