]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-register-lint-tool.rs
Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov
[rust.git] / src / test / ui / lint / command-line-register-lint-tool.rs
1 // compile-flags: -A known_tool::foo
2 // check-pass
3
4 #![feature(register_tool)]
5 #![register_tool(known_tool)]
6
7 fn main() {}