rust/compiler/rustc_const_eval
Matthias Krüger 3087b63d1f
Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors
Avoid the path trimming ICE lint in error reporting

Types or really anything in MIR should never be formatted without path trimming disabled, because its formatting often tries to construct trimmed paths. In this case, the lint turns a nice error report into an irrelevant ICE.
2023-11-01 21:40:05 +01:00
..
src Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors 2023-11-01 21:40:05 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl more precise error for 'based on misaligned pointer' case 2023-10-15 18:13:33 +02:00