rust-analyzer/crates/mbe/src
Chayim Refael Friedman 5c06f047b9 When checking for forbidden expr kind matches, account for rawness
An expression starting with `r#const` etc. should be accepted even in edition <=2021.
2024-09-19 23:38:48 +03:00
..
expander When checking for forbidden expr kind matches, account for rawness 2024-09-19 23:38:48 +03:00
syntax_bridge fix: Fix doc comment desugaring for proc-macros 2024-04-27 13:30:51 +02:00
benchmark.rs feat: Implement expr_2021 2024-09-18 15:58:03 +09:00
expander.rs Make basic use of spans for macro expansion errors 2024-07-29 14:52:40 +02:00
lib.rs internal: Lay basic ground work for standalone mbe tests 2024-09-01 12:42:44 +02:00
parser.rs feat: Implement expr_2021 2024-09-18 15:58:03 +09:00
tests.rs Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril 2024-09-18 20:17:21 +00:00