Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
tool-attributes
/
tool_lints.rs
blob: 9e4aa7a939acbca1a2ba4fdc7d0c942d286c5ada [
file
] [
log
] [
blame
]
#[
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`
//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
fn
main
()
{}