rust/tests/ui/treat-err-as-bug
Nicholas Nethercote 9f2aa09765 Remove good_path_delayed_bug.
It's only has a single remaining purpose: to ensure that a diagnostic is
printed when `trimmed_def_paths` is used. It's an annoying mechanism:
weak, with odd semantics, badly named, and gets in the way of other
changes.

This commit replaces it with a simpler `must_produce_diag` mechanism,
getting rid of a diagnostic `Level` along the way.
2024-02-13 09:33:35 +11: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 Tweak delayed bug mentions. 2024-02-12 18:39:20 +11:00
span_delayed_bug.stderr Tweak delayed bug mentions. 2024-02-12 18:39:20 +11:00