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