]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/command-line-register-unknown-lint-tool.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / command-line-register-unknown-lint-tool.rs
1 // compile-flags: -A unknown_tool::foo
2 // error-pattern: unknown lint tool: `unknown_tool`
3
4 fn main() {}