File tree 2 files changed +6
-2
lines changed
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
+
1
5
#![ deny( clippy:: internal) ]
2
6
3
7
fn 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
2
2
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
3
3
4
4
error: internal compiler error: unexpected panic
@@ -7,5 +7,5 @@ note: the compiler unexpectedly panicked. this is a bug.
7
7
8
8
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
9
9
10
- note: Clippy version: clippy 0.0.212 (68ff8b19 2019-09-26)
10
+ note: Clippy version: foo
11
11
You can’t perform that action at this time.
0 commit comments