rust/compiler/rustc_builtin_macros
Dylan DPC ee26abdafb
Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber
Do not recover when parsing stmt in cfg-eval.

`parse_stmt` does recovery on its own. When parsing the statement fails, we always get `Ok(None)` instead of an `Err` variant with the diagnostic that we can emit.

To avoid this behaviour, we need to opt-out of recovery for cfg_eval.

Fixes https://github.com/rust-lang/rust/issues/105228
2023-05-18 17:37:08 +05:30
..
src Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber 2023-05-18 17:37:08 +05:30
Cargo.toml Use `GrowableBitSet` to store positional indexes in `asm!` 2023-05-02 16:42:36 +01:00
messages.ftl Migrate offset_of from a macro to builtin # syntax 2023-05-05 21:44:13 +02:00