mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
7b7061dd89
Type attributes could previously be used to support spanless subdiagnostics but these couldn't easily be made optional in the same way that spanned subdiagnostics could by using a field attribute on a field with an `Option<Span>` type. Spanless subdiagnostics can now be specified on fields with `()` type or `Option<()>` type. Signed-off-by: David Wood <david.wood@huawei.com> |
||
---|---|---|
.. | ||
diagnostics | ||
symbols | ||
hash_stable.rs | ||
lib.rs | ||
lift.rs | ||
newtype.rs | ||
query.rs | ||
serialize.rs | ||
symbols.rs | ||
type_foldable.rs |