Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc
/
ensure-src-link.rs
blob: c65387080f11b3f34611cca9a4c171135e6a9590 [
file
] [
log
] [
blame
]
#![
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="srclink rightside"]' "source"
pub
use
std
::
iter
::
Iterator
;