File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ // exec-env:RUST_BACKTRACE=0
2+ // normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
3+ // normalize-stderr-test: "internal_lints.rs.*" -> "internal_lints.rs:1:1"
4+
15#![ deny( clippy:: internal) ]
26
37fn should_trigger_an_ice_in_clippy ( ) { }
Original file line number Diff line number Diff line change 1- thread 'rustc' panicked at 'Testing the ICE message', clippy_lints/src/utils/internal_lints.rs:333:13
1+ thread 'rustc' panicked at 'Testing the ICE message', clippy_lints/src/utils/internal_lints.rs:1:1
22note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
33
44error: internal compiler error: unexpected panic
@@ -7,5 +7,5 @@ note: the compiler unexpectedly panicked. this is a bug.
77
88note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
99
10- note: Clippy version: clippy 0.0.212 (68ff8b19 2019-09-26)
10+ note: Clippy version: foo
1111
You can’t perform that action at this time.
0 commit comments