index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
methods
/
issues
/
issue-84495.rs
blob: 28c094bf2acd5e3cd9fce09ddb90790eb77d1c1d (
plain
)
1
2
3
4
fn
main
()
{
let
x
:
i32
=
1
;
println!
(
"{:?}"
,
x
.
count
());
//~ ERROR is not an iterator
}