about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2024-03-30 02:50:17 +0000
committerEsteban Küber <esteban@kuber.com.ar>2024-04-07 17:22:34 +0000
commite572a194bf76957fa41495aa13f9925df6e632b2 (patch)
tree7361b7ba5b5028b8407e9bd87d24a5507e3e1cf4 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parente78913baef70895c966f0456ad16086a6a9aa37b (diff)
downloadrust-e572a194bf76957fa41495aa13f9925df6e632b2.tar.gz
rust-e572a194bf76957fa41495aa13f9925df6e632b2.zip
Fix invalid silencing of parsing error
Given

```rust
macro_rules! a {
    ( ) => {
        impl<'b> c for d {
            e::<f'g>
        }
    };
}
```

ensure an error is emitted.

Fix #123079.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions