]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/custom_ice_message.rs
Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514
[rust.git] / src / tools / clippy / 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 // normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"
5
6 #![deny(clippy::internal)]
7
8 fn it_looks_like_you_are_trying_to_kill_clippy() {}
9
10 fn main() {}