rust/compiler/rustc_middle/src/util
David Wood c45f29595d span: move MultiSpan
`MultiSpan` contains labels, which are more complicated with the
introduction of diagnostic translation and will use types from
`rustc_errors` - however, `rustc_errors` depends on `rustc_span` so
`rustc_span` cannot use types like `DiagnosticMessage` without
dependency cycles. Introduce a new `rustc_error_messages` crate that can
contain `DiagnosticMessage` and `MultiSpan`.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-05 07:01:00 +01:00
..
common mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
bug.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
common.rs Use AddAssign impl 2021-11-09 23:47:36 +01:00