]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-register-unknown-lint-tool.rs
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[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() {}