rust/compiler/rustc_parse
Esteban Küber e572a194bf 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.
2024-04-07 17:22:34 +00:00
..
src Fix invalid silencing of parsing error 2024-04-07 17:22:34 +00:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
messages.ftl Implement mut ref/mut ref mut 2024-03-27 09:53:23 -04:00