mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 18:43:19 +00:00
9 lines
208 B
Rust
9 lines
208 B
Rust
// 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() {}
|