about summary refs log tree commit diff
path: root/tests/ui/lint/command-line-register-unknown-lint-tool.rs
blob: a517f4c7ea68c6b7d797eb1d5eebc6f0060826fb (plain)
1
2
3
4
5
6
7
//@ compile-flags: -A unknown_tool::foo

fn main() {}

//~? ERROR unknown lint tool: `unknown_tool`
//~? ERROR unknown lint tool: `unknown_tool`
//~? ERROR unknown lint tool: `unknown_tool`