rust/tests/ui/treat-err-as-bug
bors 5378c1cf07 Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr
Always use RevealAll for const eval queries

implements what is described in https://github.com/rust-lang/rust/pull/116803#discussion_r1364089471

Using `UserFacing` for const eval does not make sense anymore, unless we significantly change things like avoiding revealing opaque types.

New tests are copied from https://github.com/rust-lang/rust/pull/101478
2024-01-20 04:57:51 +00:00
..
eagerly-emit.rs Give me a way to emit all the delayed bugs 2024-01-12 03:30:17 +00:00
eagerly-emit.stderr Give me a way to emit all the delayed bugs 2024-01-12 03:30:17 +00:00
err.rs Change default panic handler message format. 2023-07-29 11:42:50 +02:00
err.stderr Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr 2024-01-20 04:57:51 +00:00
panic-causes-oom-112708.rs Avoid calling queries during query stack printing 2023-06-27 16:12:07 +02:00
panic-causes-oom-112708.stderr Avoid calling queries during query stack printing 2023-06-27 16:12:07 +02:00
span_delayed_bug.rs Don't consider delayed bugs for -Ztreat-err-as-bug. 2024-01-13 09:59:56 +11:00
span_delayed_bug.stderr Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00