mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 17:16:28 +00:00
Add support for `MultiSpan` with any of the attributes that work on a `Span` - requires that diagnostic logic generated for these attributes are emitted in the by-move block rather than the by-ref block that they would normally have been generated in. Signed-off-by: David Wood <david.wood@huawei.com>