File tree 4 files changed +4
-2
lines changed
src/test/ui/treat-err-as-bug
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
// error-pattern: [trigger_delay_span_bug] trigger a delay span bug
5
5
// normalize-stderr-test "note: .*\n\n" -> ""
6
6
// normalize-stderr-test "thread 'rustc' panicked.*\n" -> ""
7
+ // rustc-env:RUST_BACKTRACE=0
7
8
8
9
#![ feature( rustc_attrs) ]
9
10
Original file line number Diff line number Diff line change 1
1
error: internal compiler error: delayed span bug triggered by #[rustc_error(delay_span_bug_from_inside_query)]
2
- --> $DIR/delay_span_bug.rs:11 :1
2
+ --> $DIR/delay_span_bug.rs:12 :1
3
3
|
4
4
LL | fn main() {}
5
5
| ^^^^^^^^^
Original file line number Diff line number Diff line change 4
4
// error-pattern: [eval_to_allocation_raw] const-evaluating + checking `C`
5
5
// normalize-stderr-test "note: .*\n\n" -> ""
6
6
// normalize-stderr-test "thread 'rustc' panicked.*\n" -> ""
7
+ // rustc-env:RUST_BACKTRACE=0
7
8
8
9
#![ crate_type = "rlib" ]
9
10
Original file line number Diff line number Diff line change 1
1
error[E0080]: could not evaluate static initializer
2
- --> $DIR/err.rs:10 :21
2
+ --> $DIR/err.rs:11 :21
3
3
|
4
4
LL | pub static C: u32 = 0 - 1;
5
5
| ^^^^^ attempt to compute `0_u32 - 1_u32`, which would overflow
You can’t perform that action at this time.
0 commit comments