mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 13:41:54 +00:00
9 lines
111 B
Rust
9 lines
111 B
Rust
//@ aux-build:issue-61592.rs
|
|
|
|
extern crate foo;
|
|
|
|
#[doc(inline)] //~ ERROR
|
|
pub use foo::Foo as _;
|
|
|
|
fn main() {}
|