rust/compiler/rustc_trait_selection/src
Nicholas Nethercote a9a2e1565a Diagnostic cleanups
- `emitted_at` isn't used outside the crate.
- `code` and `messages` are public fields, so there's no point have
  trivial getters/setters for them.
- `suggestions` is public, so the comment about "functionality on
  `Diagnostic`" isn't needed.
2024-02-03 09:02:50 +11:00
..
solve merge builtin unsize candidates again 2024-01-29 14:32:06 +01:00
traits Diagnostic cleanups 2024-02-03 09:02:50 +11:00
errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
infer.rs Make InferCtxtExt::could_impl_trait less messed up 2024-01-13 22:00:34 +00:00
lib.rs Deeply normalize when processing registered region obligations 2024-01-30 00:06:53 +00:00
regions.rs Apply suggestions from review 2024-01-30 00:09:58 +00:00