Replace AstBuilder with inherent methods
This commit is contained in:
parent
c9bd4a05bf
commit
0f985817bd
30 changed files with 130 additions and 435 deletions
|
|
@ -4,7 +4,6 @@ use std::env;
|
|||
use crate::ast::{self, Ident, Name};
|
||||
use crate::source_map;
|
||||
use crate::ext::base::{ExtCtxt, MacEager, MacResult};
|
||||
use crate::ext::build::AstBuilder;
|
||||
use crate::parse::token::{self, Token};
|
||||
use crate::ptr::P;
|
||||
use crate::symbol::kw;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue