Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
tool-attributes
/
crate-attr.rs
blob: c6d7974945f4a4beb82636b3f31d0e3d7fb84ac4 [
file
] [
log
] [
blame
]
//@ check-pass
//@ compile-flags: -Z crate-attr=feature(register_tool) -Z crate-attr=register_tool(foo)
#[
allow
(
foo
::
bar
)]
fn
main
()
{}