]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-register-lint-tool.rs
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[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() {}