aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unnamed-fields.stderr
blob: 249b58c91f310d28847a56b4de00757eb028c0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: expected enum, struct, or match expression
 --> tests/ui/unnamed-fields.rs:1:1
  |
1 | #[remain::sorted]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `remain::sorted` (in Nightly builds, run with -Z macro-backtrace for more info)

error: expected enum, struct, or match expression
 --> tests/ui/unnamed-fields.rs:4:1
  |
4 | #[remain::sorted]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `remain::sorted` (in Nightly builds, run with -Z macro-backtrace for more info)