You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
503 B
16 lines
503 B
error: expected enum, struct, or match expression
|
|
--> $DIR/unnamed-fields.rs:1:1
|
|
|
|
|
1 | #[remain::sorted]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: expected enum, struct, or match expression
|
|
--> $DIR/unnamed-fields.rs:4:1
|
|
|
|
|
4 | #[remain::sorted]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|