aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/match-unstable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/match-unstable.stderr')
-rw-r--r--tests/ui/match-unstable.stderr8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/ui/match-unstable.stderr b/tests/ui/match-unstable.stderr
index 56872fb..e406aab 100644
--- a/tests/ui/match-unstable.stderr
+++ b/tests/ui/match-unstable.stderr
@@ -1,7 +1,5 @@
error: E::Bbb should sort before E::Ccc
- --> $DIR/match-unstable.rs:15:5
+ --> tests/ui/match-unstable.rs:20:9
|
-15 | #[sorted]
- | ^^^^^^^^^
- |
- = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
+20 | E::Bbb(_, _) => {}
+ | ^^^^^^