Home
last modified time | relevance | path

Searched refs:file_id2 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/tests/
Dterm.rs185 let file_id2 = files.add( localVariable
255 Label::primary(file_id2, 17..18)
257 Label::secondary(file_id2, 17..18)
264 Label::primary(file_id2, 49..50)
266 Label::primary(file_id2, 52..53)
268 Label::secondary(file_id2, 48..54)
482 let file_id2 = files.add( localVariable
512 … Label::primary(file_id2, 37..44).with_message("expected `Nat`, found `String`"),
986 let file_id2 = files.add( localVariable
1016 Label::primary(file_id2, 17..80).with_message("expected (), found integer"),
[all …]
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dterm.rs58 let file_id2 = files.add( in main() localVariable
116 Label::primary(file_id2, 37..44).with_message("expected `Nat`, found `String`"), in main()
/third_party/rust/crates/codespan/codespan-lsp/src/
Dlib.rs206 let file_id2 = files.add("unicode newline", "\n".to_string() + UNICODE); in unicode_get_position() localVariable
226 let result = byte_index_to_position(&files, file_id2, 11); in unicode_get_position()