mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
5260893724
Delay interning errors to after validation fixes https://github.com/rust-lang/rust/issues/122398 fixes #122548 This improves diagnostics since validation errors are usually more helpful compared with interning errors that just make broad statements about the entire constant r? `@RalfJung`