rust/compiler/rustc_error_messages
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
..
src Remove good_path_delayed_bug. 2024-02-13 09:33:35 +11:00
Cargo.toml Remove rustc_error_messages/messages.ftl. 2023-11-26 08:37:27 +11:00