rustc/tests/rustdoc/ensure-src-link.rs
2025-01-11 15:57:26 +01:00

7 lines
205 B
Rust

#![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;