about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-12 17:41:33 +0200
committerGitHub <noreply@github.com>2024-04-12 17:41:33 +0200
commit68359e22841d1f99262455c5dff1d73a7468b815 (patch)
treeddce9a3545d04aa615d8c6d4469f809b91818378 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentffea7e2a9b5c3e4f3b3edcef2aa859ff1b298da2 (diff)
parente572a194bf76957fa41495aa13f9925df6e632b2 (diff)
downloadrust-68359e22841d1f99262455c5dff1d73a7468b815.tar.gz
rust-68359e22841d1f99262455c5dff1d73a7468b815.zip
Rollup merge of #123223 - estebank:issue-123079, r=pnkfelix
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