about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-03-03 20:01:48 +0100
committerGitHub <noreply@github.com>2022-03-03 20:01:48 +0100
commit26cbf9158d3c69817fdc9b94949f5d4aa699322b (patch)
tree6534c8c3f383a771877ea29bd28106219a03ebe5 /compiler/rustc_codegen_llvm/src/builder.rs
parent40c146cebd8b989973f56616ccd62c625ccf738e (diff)
parent516488484ebcf83759d94bc11608971bb6331d5e (diff)
downloadrust-26cbf9158d3c69817fdc9b94949f5d4aa699322b.tar.gz
rust-26cbf9158d3c69817fdc9b94949f5d4aa699322b.zip
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```````
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions