Sign in
◑
Theme
rust
/
rust
/
c1f7fa1a48a060b980cb45ffde00a9b0cddac7c1
/
.
/
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