1
Fork 0
rust/compiler/rustc_infer/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
..
errors Remove the lifetime from DiagnosticArgValue. 2024-01-30 18:46:06 +11:00
infer Diagnostic cleanups 2024-02-03 09:02:50 +11:00
traits Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Normalize caller bounds 2024-01-30 00:06:53 +00:00