Skip to content

Commit 53f83e7

Browse files
committed
---
yaml --- r: 11477 b: refs/heads/master c: 8e4c5d2 h: refs/heads/master i: 11475: 9b44570 v: v3
1 parent 20adbc2 commit 53f83e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e5521aa03e920057090c530fc29a1c155dfac8b3
2+
refs/heads/master: 8e4c5d2d4d65253a527742ac9ef40a3f6ca5c3a0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/fuzzer/fuzzer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ fn parse_and_print(code: @str) -> str {
404404
let handler = diagnostic::mk_handler(none);
405405
let sess = @{
406406
cm: cm,
407-
mutable next_id: 0,
407+
mutable next_id: 1,
408408
span_diagnostic: diagnostic::mk_span_handler(handler, cm),
409409
mutable chpos: 0u,
410410
mutable byte_pos: 0u
@@ -548,7 +548,7 @@ fn check_variants(files: [str], cx: context) {
548548
let handler = diagnostic::mk_handler(none);
549549
let sess = @{
550550
cm: cm,
551-
mutable next_id: 0,
551+
mutable next_id: 1,
552552
span_diagnostic: diagnostic::mk_span_handler(handler, cm),
553553
mutable chpos: 0u,
554554
mutable byte_pos: 0u

0 commit comments

Comments
 (0)