1
Fork 0
rust/compiler/rustc_monomorphize/src
bors a64ef7d07d Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors
incremental: migrate diagnostics

- Apply the diagnostic migration lints to more functions on `Session`, namely: `span_warn`, `span_warn_with_code`, `warn` `note_without_error`, `span_note_without_error`, `struct_note_without_error`.
- Add impls of `IntoDiagnosticArg` for `std::io::Error`, `std::path::Path` and `std::path::PathBuf`.
- Migrate the `rustc_incremental` crate's diagnostics to translatable diagnostic structs.

r? `@compiler-errors`
cc #100717
2023-01-31 10:20:58 +00:00
..
partitioning Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors 2023-01-31 10:20:58 +00:00
collector.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
lib.rs Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
polymorphize.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
util.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00