Skip to content

Commit f876300

Browse files
committed
---
yaml --- r: 7781 b: refs/heads/snap-stage3 c: 45a668c h: refs/heads/master i: 7779: 07e445f v: v3
1 parent b9dd3cd commit f876300

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0886b69b76dff49429f6097c57bfbbd0051f47d6
4+
refs/heads/snap-stage3: 45a668c439441c68622409b0358dc58c07f29688
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rustdoc/attr_parser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,11 @@ mod test {
343343
import rustc::driver::diagnostic;
344344

345345
let cm = rustc::syntax::codemap::new_codemap();
346+
let handler = diagnostic::mk_handler(none);
346347
let parse_sess = @{
347348
cm: cm,
348349
mutable next_id: 0,
349-
diagnostic: diagnostic::mk_handler(cm, none),
350+
span_diagnostic: diagnostic::mk_span_handler(handler, cm),
350351
mutable chpos: 0u,
351352
mutable byte_pos: 0u
352353
};

0 commit comments

Comments
 (0)