We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e35d2 commit abb07c4Copy full SHA for abb07c4
src/libsyntax/ext/build.rs
@@ -9,12 +9,6 @@ use crate::ThinVec;
9
use rustc_target::spec::abi::Abi;
10
use syntax_pos::{Pos, Span, DUMMY_SP};
11
12
-// Transitional re-exports so qquote can find the paths it is looking for
13
-mod syntax {
14
- pub use crate::ext;
15
- pub use crate::parse;
16
-}
17
-
18
pub trait AstBuilder {
19
// paths
20
fn path(&self, span: Span, strs: Vec<ast::Ident> ) -> ast::Path;
0 commit comments