1error: expected enum, struct, or match expression 2 --> $DIR/unnamed-fields.rs:1:1 3 | 41 | #[remain::sorted] 5 | ^^^^^^^^^^^^^^^^^ 6 | 7 = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) 8 9error: expected enum, struct, or match expression 10 --> $DIR/unnamed-fields.rs:4:1 11 | 124 | #[remain::sorted] 13 | ^^^^^^^^^^^^^^^^^ 14 | 15 = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) 16