summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/ensure-src-link.rs
blob: 9f8b0277e76b0a7c8dd2329ae3a687332a3c6e38 (plain)
1
2
3
4
5
6
#![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"]' "source"
pub use std::iter::Iterator;