diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-12 17:41:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 17:41:33 +0200 |
| commit | 68359e22841d1f99262455c5dff1d73a7468b815 (patch) | |
| tree | ddce9a3545d04aa615d8c6d4469f809b91818378 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | ffea7e2a9b5c3e4f3b3edcef2aa859ff1b298da2 (diff) | |
| parent | e572a194bf76957fa41495aa13f9925df6e632b2 (diff) | |
| download | rust-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
