We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9d9cf commit d8240d1Copy full SHA for d8240d1
1 file changed
lrpar/src/lib/ctbuilder.rs
@@ -1464,6 +1464,8 @@ where
1464
} else {
1465
let mut s = String::from("\n");
1466
let rule_span = grm.rule_name_span(ref_ridx);
1467
+ s.push_str(&diag.file_location_msg("Error", Some(rule_span)));
1468
+ s.push_str("\n");
1469
s.push_str(&diag.underline_span_with_text(
1470
rule_span,
1471
"Rule missing action type".to_string(),
0 commit comments