bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
cafc7e3
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0147_macro_def.rs
Raw
1
2
macro m { ($i:ident) => {} } macro m($i:ident) {}