1 2 3 4 5 6 7
//@ check-pass #![feature(register_tool)] #![register_tool(foo, bar, baz)] #[allow(foo::a, bar::b, baz::c)] fn main() {}