mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Switch ast declaration from ron to a macro
This commit is contained in:
parent
67922a029a
commit
084bd304f3
9 changed files with 4173 additions and 4355 deletions
|
@ -1,6 +1,7 @@
|
|||
//! FIXME: write short doc here
|
||||
|
||||
pub mod codegen;
|
||||
mod ast_src;
|
||||
|
||||
use anyhow::Context;
|
||||
pub use anyhow::Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue