rust/crates/syntax
Lukas Wirth 192a79c235 Remove hir::Expr::MacroStmts
This hir expression isn't needed and only existed as it was simpler to
deal with at first as it gave us a direct mapping for the ast version of
the same construct. This PR removes it, properly handling the statements
that are introduced by macro call expressions.
2022-08-31 16:58:11 +02:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
test_data Fix .gitattributes for test_data 2022-07-24 14:05:35 +02:00
Cargo.toml Disable all source-gen tests at compile time 2022-07-24 10:38:28 +02:00
rust.ungram Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00