This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
// rustc-env:RUST_BACKTRACE=0
2
2
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
3
- // normalize-stderr-test: "internal_lints .rs:\d*:\d*" -> "internal_lints .rs"
3
+ // normalize-stderr-test: "produce_ice .rs:\d*:\d*" -> "produce_ice .rs"
4
4
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"
5
5
// normalize-stderr-test: "'rustc'" -> "'<unnamed>'"
6
+ // normalize-stderr-test: "(?ms)query stack during panic:\n.*end of query stack\n" -> ""
6
7
7
8
#![ deny( clippy:: internal) ]
8
9
#![ allow( clippy:: missing_clippy_version_attribute) ]
Original file line number Diff line number Diff line change 1
- thread '<unnamed>' panicked at 'Would you like some help with that?', clippy_lints/src/utils/internal_lints/produce_ice.rs:28:9
1
+ thread '<unnamed>' panicked at 'Would you like some help with that?', clippy_lints/src/utils/internal_lints/produce_ice.rs
2
2
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3
3
4
4
error: internal compiler error: unexpected panic
@@ -9,5 +9,3 @@ note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy
9
9
10
10
note: Clippy version: foo
11
11
12
- query stack during panic:
13
- end of query stack
You can’t perform that action at this time.
0 commit comments