rust/tests/rustdoc/intra-doc/issue-103463.rs

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

9 lines
207 B
Rust
Raw Normal View History

// The `Trait` is not pulled into the crate resulting in doc links in its methods being resolved.
// aux-build:issue-103463-aux.rs
extern crate issue_103463_aux;
use issue_103463_aux::Trait;
fn main() {}