about summary refs log tree commit diff
path: root/tests/ui/tool-attributes/crate-attr.rs
blob: c6d7974945f4a4beb82636b3f31d0e3d7fb84ac4 (plain)
1
2
3
4
5
//@ check-pass
//@ compile-flags: -Z crate-attr=feature(register_tool) -Z crate-attr=register_tool(foo)

#[allow(foo::bar)]
fn main() {}