Sign in
rust
/
rust
/
a89a5aa89b594ca2019ba81bc46bcf4fa7875fef
/
.
/
tests
/
ui
/
tool-attributes
/
tool_lints.rs
blob: 0a9be75681ca5bf8b7d4cc3f306e81d66809ce74 [
file
]
#[
warn
(
foo
::
bar
)]
//~^ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
fn
main
()
{}