Skip to content

Commit 11376bc

Browse files
committed
note that severity 3 corresponds to an error diagnostic level
1 parent 0dad1a4 commit 11376bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/extractor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ impl Visitor<'_> {
281281
"diagnostics",
282282
vec![
283283
Arg::Label(id),
284-
Arg::Int(3),
284+
Arg::Int(3), // severity 3 = error
285285
Arg::String("parse_error".to_string()),
286286
Arg::String(error_message),
287287
Arg::String(full_error_message),

0 commit comments

Comments
 (0)