Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
methods
/
issues
/
issue-84495.rs
blob: 28c094bf2acd5e3cd9fce09ddb90790eb77d1c1d [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
i32
=
1
;
println
!(
"{:?}"
,
x
.
count
());
//~ ERROR is not an iterator
}