android13/external/rust/crates/remain/tests/ui/unnamed-fields.stderr

16 lines
503 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
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)