We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5521aa commit 8e4c5d2Copy full SHA for 8e4c5d2
src/fuzzer/fuzzer.rs
@@ -404,7 +404,7 @@ fn parse_and_print(code: @str) -> str {
404
let handler = diagnostic::mk_handler(none);
405
let sess = @{
406
cm: cm,
407
- mutable next_id: 0,
+ mutable next_id: 1,
408
span_diagnostic: diagnostic::mk_span_handler(handler, cm),
409
mutable chpos: 0u,
410
mutable byte_pos: 0u
@@ -548,7 +548,7 @@ fn check_variants(files: [str], cx: context) {
548
549
550
551
552
553
554
0 commit comments