mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +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() {}
|