You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#134878 - Zalathar:rollup-ebqmxw7, r=Zalathar
Rollup of 4 pull requests
Successful merges:
- rust-lang#122565 (Try to write the panic message with a single `write_all` call)
- rust-lang#133460 (Use `check-run-results` for `run-fail` test stderr)
- rust-lang#134627 (Avoid ICE in borrowck)
- rust-lang#134799 (nits: Cleanups in `librustdoc::clean`)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/terminate-terminator.stderr
+2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
warning: You have explicitly enabled MIR optimizations, overriding Miri's default which is to completely disable them. Any optimizations may hide UB that Miri would otherwise detect, and it is not necessarily possible to predict what kind of UB will be missed. If you are enabling optimizations to make Miri run faster, we advise using cfg(miri) to shrink your workload instead. The performance benefit of enabling MIR optimizations is usually marginal at best.
2
2
3
+
3
4
thread 'main' panicked at tests/fail/terminate-terminator.rs:LL:CC:
4
5
explicit panic
5
6
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
6
7
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
8
+
7
9
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
0 commit comments