Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
ensure-src-link.rs
blob: 4156fdcba593e2889c9435a7deb4895aebfaa37b [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"foo"
]
// This test ensures that the [src] link is present on traits items.
//@ has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "source"
pub
use
std
::
iter
::
Iterator
;