Skip to content

Commit 53a6a2f

Browse files
committed
fully remove AstBuilder
The mentioned Cargo test is fixed in rust-lang/cargo#7210
1 parent 16c4011 commit 53a6a2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libsyntax/ext/build.rs

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ use crate::ThinVec;
99
use rustc_target::spec::abi::Abi;
1010
use syntax_pos::{Pos, Span};
1111

12-
// Left so that Cargo tests don't break, this can be removed once those no longer use it
13-
pub trait AstBuilder {}
14-
1512
impl<'a> ExtCtxt<'a> {
1613
pub fn path(&self, span: Span, strs: Vec<ast::Ident> ) -> ast::Path {
1714
self.path_all(span, false, strs, vec![], vec![])

0 commit comments

Comments
 (0)