mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 00:41:27 +00:00
7 lines
205 B
Rust
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;
|