rust/compiler/rustc_passes
Dylan DPC fce0741fe9
Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov
Don't bail out early when checking invalid `repr` attr

Fixes #111051

An invalid repr delays a bug. If there are other invalid attributes on the item, we emit a warning and exit without re-checking the repr here, so no error is emitted and the delayed bug ICEs
2023-05-04 00:17:25 +05:30
..
src Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov 2023-05-04 00:17:25 +05:30
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Migrate rustc_passes to translatable diagnostics 2023-04-26 11:40:21 +01:00