Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
tool-attributes
/
tool_lints.rs
blob: ef27532f6de1f6813192e521040706fdb678ceb7 [
file
] [
log
] [
blame
] [
edit
]
#[
warn
(
foo
::
bar
)]
//~^ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
fn
main
()
{}