From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/parser/default-unmatched-assoc.stderr | 54 ----------------------- 1 file changed, 54 deletions(-) delete mode 100644 src/test/ui/parser/default-unmatched-assoc.stderr (limited to 'src/test/ui/parser/default-unmatched-assoc.stderr') diff --git a/src/test/ui/parser/default-unmatched-assoc.stderr b/src/test/ui/parser/default-unmatched-assoc.stderr deleted file mode 100644 index ee35fded9..000000000 --- a/src/test/ui/parser/default-unmatched-assoc.stderr +++ /dev/null @@ -1,54 +0,0 @@ -error: `default` is not followed by an item - --> $DIR/default-unmatched-assoc.rs:5:5 - | -LL | default do - | ^^^^^^^ the `default` qualifier - | - = note: only `fn`, `const`, `type`, or `impl` items may be prefixed by `default` - -error: non-item in item list - --> $DIR/default-unmatched-assoc.rs:5:13 - | -LL | trait Foo { - | - item list starts here -LL | default!(); -LL | default do - | ^^ non-item starts here -... -LL | } - | - item list ends here - -error: `default` is not followed by an item - --> $DIR/default-unmatched-assoc.rs:13:5 - | -LL | default do - | ^^^^^^^ the `default` qualifier - | - = note: only `fn`, `const`, `type`, or `impl` items may be prefixed by `default` - -error: non-item in item list - --> $DIR/default-unmatched-assoc.rs:13:13 - | -LL | impl S { - | - item list starts here -LL | default!(); -LL | default do - | ^^ non-item starts here -... -LL | } - | - item list ends here - -error: cannot find macro `default` in this scope - --> $DIR/default-unmatched-assoc.rs:4:5 - | -LL | default!(); - | ^^^^^^^ - -error: cannot find macro `default` in this scope - --> $DIR/default-unmatched-assoc.rs:12:5 - | -LL | default!(); - | ^^^^^^^ - -error: aborting due to 6 previous errors - -- cgit v1.2.3