rust/compiler/rustc_errors/src
bors 9be2f35a4c Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #101293 (Recover when unclosed char literal is parsed as a lifetime in some positions)
 - #101908 (Suggest let for assignment, and some code refactor)
 - #103192 (rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`)
 - #103226 (Check `needs_infer` before `needs_drop` during HIR generator analysis)
 - #103249 (resolve: Revert "Set effective visibilities for imports more precisely")
 - #103305 (Move some tests to more reasonable places)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-23 11:33:18 +00:00
..
json Use serde_json for json error messages 2022-06-03 16:46:19 +00:00
annotate_snippet_emitter_writer.rs errors: use HashMap to store diagnostic args 2022-10-10 14:20:16 +01:00
diagnostic_builder.rs errors: add emit_note/create_note 2022-10-07 13:19:27 -06:00
diagnostic_impls.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
diagnostic.rs Implement assertions and fixes to not emit empty spans without suggestions 2022-10-20 08:25:31 +00:00
emitter.rs errors: use HashMap to store diagnostic args 2022-10-10 14:20:16 +01:00
json.rs errors: use HashMap to store diagnostic args 2022-10-10 14:20:16 +01:00
lib.rs Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank 2022-10-23 15:20:16 +05:30
lock.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
registry.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
snippet.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
styled_buffer.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
translation.rs errors: DiagnosticMessage::Eager 2022-10-10 14:20:16 +01:00