mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
6 lines
137 B
Rust
6 lines
137 B
Rust
//@ check-pass
|
|
//@ compile-flags: -Z crate-attr=feature(register_tool) -Z crate-attr=register_tool(foo)
|
|
|
|
#[allow(foo::bar)]
|
|
fn main() {}
|