rust/tests/ui/lint/command-line-register-lint-tool.rs
2023-01-11 09:32:08 +00:00

8 lines
123 B
Rust

// compile-flags: -A known_tool::foo
// check-pass
#![feature(register_tool)]
#![register_tool(known_tool)]
fn main() {}