rust/compiler/rustc_trait_selection/src
Nicholas Nethercote 824667f753 Improve some names.
Lots of vectors of messages called `message` or `msg`. This commit
pluralizes them.

Note that `emit_message_default` and `emit_messages_default` both
already existed, and both process a vector, so I renamed the former
`emit_messages_default_inner` because it's called by the latter.
2023-12-23 13:23:28 +11:00
..
solve add comment 2023-12-19 17:39:48 +01:00
traits Improve some names. 2023-12-23 13:23:28 +11:00
errors.rs Add level arg to into_diagnostic. 2023-12-19 09:19:25 +11:00
infer.rs more clippy::complexity fixes 2023-12-12 20:41:51 +01:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00