rust/compiler/rustc_expand
Matthias Krüger 26cbf9158d
Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov
Fix invalid lint_node_id being put on a removed stmt

This pull-request remove a invalid `assign_id!` being put on an stmt node.

The problem is that this node is being removed away by a cfg making it unreachable when triggering a buffered lint.
The comment in the other match arm already tell to not assign a id because it could have a `#[cfg()]` so this is just respecting the comment.

Fixes https://github.com/rust-lang/rust/issues/94523
r? ```````@petrochenkov```````
2022-03-03 20:01:48 +01:00
..
src Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov 2022-03-03 20:01:48 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00