rust/compiler/rustc_parse
Yutaro Ohno 690addc6ec parser: fix ICE with invalid variable declaration in macro call
Fix ICE on parsing an invalid variable declaration as a statement like:

```
macro_rules! m { ($s:stmt) => {} }
m! { var x }
```
2022-12-03 23:24:49 +09:00
..
src parser: fix ICE with invalid variable declaration in macro call 2022-12-03 23:24:49 +09:00
Cargo.toml Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00