Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
rfc-2383-lint-reason
/
root-attribute-confusion.rs
blob: f83066c138fce2bbe16cd232dff28948c1d93aa4 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: -Dunused_attributes
#![
deny
(
unused_crate_dependencies
)]
fn
main
()
{}