Skip to content

Commit 3628b44

Browse files
committed
---
yaml --- r: 14075 b: refs/heads/try c: 67b1034 h: refs/heads/master i: 14073: e5617f1 14071: 8357b90 v: v3
1 parent b964217 commit 3628b44

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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: fdf50e84b8e1db5228c7a03699c791066638222b
5+
refs/heads/try: 67b1034989709910bec0a97a2994640e45515255
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/attr_parser.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ mod test {
8080

8181
fn parse_attributes(source: str) -> [ast::attribute] {
8282
import rustc::syntax::parse::parser;
83-
// FIXME: Uncommenting this results in rustc bugs
84-
//import rustc::syntax::codemap;
83+
import rustc::syntax::codemap;
8584
import rustc::driver::diagnostic;
8685

87-
let cm = rustc::syntax::codemap::new_codemap();
86+
let cm = codemap::new_codemap();
8887
let handler = diagnostic::mk_handler(none);
8988
let parse_sess = @{
9089
cm: cm,

branches/try/src/rustdoc/fold.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// FIXME: Random import to solve the mystery resolve bug
2-
import std;
3-
41
export fold;
52
export fold_crate, fold_mod, fold_fn;
63
export default_seq_fold;

0 commit comments

Comments
 (0)