Skip to content

Commit ae64966

Browse files
committed
---
yaml --- r: 15212 b: refs/heads/try c: 8f809f8 h: refs/heads/master v: v3
1 parent 7506523 commit ae64966

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 5c25e78b273ba7db28e25c7d1af2749383217bb2
5+
refs/heads/try: 8f809f89d90b946fec02c5062d3fed1818c3db21
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/driver/diagnostic.rs renamed to branches/try/src/librustsyntax/diagnostic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import std::term;
22
import io::writer_util;
3-
import syntax::codemap;
43
import codemap::span;
54

65
export emitter, emit;

branches/try/src/librustsyntax/rustsyntax.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use std;
88

9+
mod diagnostic;
910
mod codemap;
1011
mod ast;
1112
mod ast_util;

branches/try/src/rustc/driver.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import rustsyntax::diagnostic;
2+
export diagnostic;
3+
4+
export driver;
5+
export session;

branches/try/src/rustc/rustc.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ mod metadata {
133133
mod driver {
134134
mod driver;
135135
mod session;
136-
mod diagnostic;
137136
}
138137

139138
mod util {

0 commit comments

Comments
 (0)