aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unnamed-fields.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unnamed-fields.stderr')
-rw-r--r--tests/ui/unnamed-fields.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/unnamed-fields.stderr b/tests/ui/unnamed-fields.stderr
index 618fb22..249b58c 100644
--- a/tests/ui/unnamed-fields.stderr
+++ b/tests/ui/unnamed-fields.stderr
@@ -1,15 +1,15 @@
error: expected enum, struct, or match expression
- --> $DIR/unnamed-fields.rs:1:1
+ --> tests/ui/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)
+ = 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
- --> $DIR/unnamed-fields.rs:4:1
+ --> tests/ui/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)
+ = note: this error originates in the attribute macro `remain::sorted` (in Nightly builds, run with -Z macro-backtrace for more info)