mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
9 lines
259 B
Rust
9 lines
259 B
Rust
// exec-env:RUST_BACKTRACE=0
|
|
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
|
|
// normalize-stderr-test: "internal_lints.rs.*" -> "internal_lints.rs:1:1"
|
|
|
|
#![deny(clippy::internal)]
|
|
|
|
fn should_trigger_an_ice_in_clippy() {}
|
|
|
|
fn main() {}
|