Skip to content

Commit 8858d7a

Browse files
committed
---
yaml --- r: 13767 b: refs/heads/try c: 45a668c h: refs/heads/master i: 13765: 1949af4 13763: cd92339 13759: 4d20d7e v: v3
1 parent 3d6f75d commit 8858d7a

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
@@ -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: 0886b69b76dff49429f6097c57bfbbd0051f47d6
5+
refs/heads/try: 45a668c439441c68622409b0358dc58c07f29688
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)