5 lines
137 B
Rust
5 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() {}
|