]> git.lizzy.rs Git - rust.git/blob - tests/ui/custom_ice_message.rs
Use rustc_env instead of exec_env for test
[rust.git] / tests / ui / custom_ice_message.rs
1 // rustc-env:RUST_BACKTRACE=0
2 // normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
3 // normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
4
5 #![deny(clippy::internal)]
6
7 fn it_looks_like_you_are_trying_to_kill_clippy() {}
8
9 fn main() {}