about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGurinder Singh <frederick.the.fool@gmail.com>2024-09-27 09:49:15 +0530
committerGurinder Singh <frederick.the.fool@gmail.com>2024-09-27 09:49:15 +0530
commit3dd583d5407c1d459c6539a4673e6d329903da66 (patch)
tree7ce24fad6714729243c93f6cb5f18b1034d88369 /compiler/rustc_codegen_llvm/src
parent2b11f265b68c151909aa7f31bfe49da1d788b317 (diff)
downloadrust-3dd583d5407c1d459c6539a4673e6d329903da66.tar.gz
rust-3dd583d5407c1d459c6539a4673e6d329903da66.zip
Fix error span when arg to asm!() is a macro call
When the template string passed to asm!() is produced by
a macro call like concat!() we were producing wrong error
spans. Now in the case of a macro call we just use the entire
arg to asm!(), macro call and all, as the error span.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions