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 bb44288 commit e5db5b3Copy full SHA for e5db5b3
src/librustc_errors/emitter.rs
@@ -1001,7 +1001,7 @@ impl EmitterWriter {
1001
Some(ref sm) => sm,
1002
None => return 0,
1003
};
1004
-
+
1005
let mut max = 0;
1006
for primary_span in msp.primary_spans() {
1007
if !primary_span.is_dummy() {
@@ -1017,7 +1017,7 @@ impl EmitterWriter {
1017
}
1018
1019
1020
1021
max
1022
1023
0 commit comments