rust/src/librustc_errors
Ralf Jung 8484b9935c
Rollup merge of #72026 - botika:master, r=estebank
Update annotate-snippets-rs to 0.8.0

#59346
I made major changes to this library. In the previous version we worked with owned while in the current one with borrowed.

I have adapted it without changing the behavior.
I have modified the coverage since the previous one did not return correctly the index of the character in the line.
2020-06-08 09:55:18 +02:00
..
json Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
annotate_snippet_emitter_writer.rs Fix make sure out primary file comes first 2020-05-16 04:57:40 +02:00
Cargo.toml Rollup merge of #72026 - botika:master, r=estebank 2020-06-08 09:55:18 +02:00
diagnostic.rs Fix spacing of expected/found notes without a label 2020-05-27 16:27:15 -07:00
diagnostic_builder.rs Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
emitter.rs Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
json.rs rustc_errors: Use ensure_source_file_source_present where necessary. 2020-03-10 07:26:27 +01:00
lib.rs Fix off by one error for delay_span_bug 2020-04-27 09:14:30 -03:00
lock.rs use winapi for non-stdlib Windows bindings 2020-01-11 20:56:46 -05:00
registry.rs Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
snippet.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
styled_buffer.rs Format the world 2019-12-22 17:42:47 -05:00