Skip to content

Commit f0e69ff

Browse files
authored
Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-Simulacrum
fully remove AstBuilder The mentioned Cargo test is fixed in rust-lang/cargo#7210 I think this can be removed now?
2 parents 7eac555 + 53a6a2f commit f0e69ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: 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)