]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-register-unknown-lint-tool.rs
Auto merge of #86930 - tspiteri:int_log10, r=kennytm
[rust.git] / src / test / 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() {}