rust/tests/rustdoc/auxiliary/issue-61592.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
68 B
Rust
Raw Normal View History

#![crate_name = "foo"]
pub trait FooTrait {}
pub struct FooStruct;