about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-08 13:23:31 +0000
committerbors <bors@rust-lang.org>2024-03-08 13:23:31 +0000
commit2397e7a887252aa995d3790164b34b6c76ed94b4 (patch)
tree159e4d14f57a3bb88e5c11b434b7c938af721d01 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent2b7b44bf27a7635eded9aa53678acb2c4e25063e (diff)
parenta838e44032d3b6dfe3314f763034e033b59477ad (diff)
downloadrust-2397e7a887252aa995d3790164b34b6c76ed94b4.tar.gz
rust-2397e7a887252aa995d3790164b34b6c76ed94b4.zip
Auto merge of #16787 - pksunkara:remove-macro-call-check, r=lnicola
Remove unncessary check for macro call

Since `macro_rules` is a contextual keyword, it is an `IDENT` token and thus `is_path_start` already identifies it correctly. You can tell the previous check is unnecessary because the relevant tests still pass.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions