mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Add quote macro
This commit is contained in:
parent
c46768d13d
commit
1637a8a590
2 changed files with 262 additions and 0 deletions
|
@ -11,6 +11,7 @@ pub mod name;
|
|||
pub mod hygiene;
|
||||
pub mod diagnostics;
|
||||
pub mod builtin_macro;
|
||||
pub mod quote;
|
||||
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::sync::Arc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue