rust/compiler/rustc_macros/src/diagnostics
Xiretza f2acbb9d1e Forbid #[suggestion_*(...)] on Vecs
It is ambiguous whether this should produce several `.span_suggestions()`
calls or one `.multipart_suggestions()` call.
2023-02-01 21:49:45 +01:00
..
diagnostic.rs use &str / String literals instead of format!() 2022-12-18 16:17:46 +01:00
diagnostic_builder.rs Forbid #[suggestion_*(...)] on Vecs 2023-02-01 21:49:45 +01:00
error.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
fluent.rs Detect references to non-existant messages in Fluent resources 2023-01-27 11:27:22 +00:00
mod.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
subdiagnostic.rs Forbid #[suggestion_*(...)] on Vecs 2023-02-01 21:49:45 +01:00
utils.rs Forbid #[suggestion_*(...)] on Vecs 2023-02-01 21:49:45 +01:00