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 90879cd commit bc6305cCopy full SHA for bc6305c
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 442d0a783ad28abe821d64a20e15a789254707ed
+refs/heads/master: ba69a738c756bd11757f279d31a137014a37c2d8
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/rustc/syntax.rs
@@ -20,14 +20,7 @@ export print;
20
import rustsyntax::parse;
21
export parse;
22
23
-export ast;
24
-export ast_util;
25
-export visit;
26
-export fold;
27
-export ext;
+import rustsyntax::util;
28
export util;
29
30
-mod util {
31
- import rustsyntax::util::interner;
32
- export interner;
33
-}
+export ext;
0 commit comments