]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/command-line-register-lint-tool.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[rust.git] / tests / 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() {}