summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-internal/custom_ice_message.rs
blob: 5057a018300e98519207fed44c21d3e883b79f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustc-env:RUST_BACKTRACE=0
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
// normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"

#![deny(clippy::internal)]
#![allow(clippy::missing_clippy_version_attribute)]

fn it_looks_like_you_are_trying_to_kill_clippy() {}

fn main() {}