Lines Matching refs:file_id
563 let file_id = files.add( localVariable
593 … Label::primary(file_id, 163..166).with_message("expected `String`, found `Nat`"),
594 … Label::secondary(file_id, 62..166).with_message("`case` clauses have incompatible types"),
595 … Label::secondary(file_id, 41..47).with_message("expected type `String` found here"),
608 … Label::primary(file_id, 328..331).with_message("expected `String`, found `Nat`"),
609 … Label::secondary(file_id, 211..331).with_message("`case` clauses have incompatible types"),
610 … Label::secondary(file_id, 258..268).with_message("this is found to be of type `String`"),
611 … Label::secondary(file_id, 284..290).with_message("this is found to be of type `String`"),
612 … Label::secondary(file_id, 306..312).with_message("this is found to be of type `String`"),
613 … Label::secondary(file_id, 186..192).with_message("expected type `String` found here"),
694 let file_id = files.add( localVariable
709 .with_labels(vec![Label::primary(file_id, 29..35).with_message("the weapon")]),
712 … .with_labels(vec![Label::primary(file_id, 58..73).with_message("the condition")]),
715 .with_labels(vec![Label::primary(file_id, 75..78).with_message("the field")]),
771 let file_id = files.add("tab_columns", source); localVariable
779 .map(|range| Label::primary(file_id, range))