Sign in
fuchsia
/
third_party
/
rust
/
600edc948ab5de7a92538bcc2f49cb8d47925e2d
/
.
/
tests
/
rustdoc
/
ensure-src-link.rs
blob: 4156fdcba593e2889c9435a7deb4895aebfaa37b [
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="src"]' "source"
pub
use
std
::
iter
::
Iterator
;