mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-01 13:56:23 +00:00
9 lines
110 B
Rust
9 lines
110 B
Rust
// aux-build:issue-61592.rs
|
|
|
|
extern crate foo;
|
|
|
|
#[doc(inline)] //~ ERROR
|
|
pub use foo::Foo as _;
|
|
|
|
fn main() {}
|