summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/test/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr b/src/test/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr
deleted file mode 100644
index 777beba61..000000000
--- a/src/test/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr
+++ /dev/null
@@ -1,34 +0,0 @@
-error: Functions names are duplicated
- --> $DIR/rustc_must_implement_one_of_duplicates.rs:3:31
- |
-LL | #[rustc_must_implement_one_of(a, a)]
- | ^ ^
- |
- = note: All `#[rustc_must_implement_one_of]` arguments must be unique
-
-error: Functions names are duplicated
- --> $DIR/rustc_must_implement_one_of_duplicates.rs:9:34
- |
-LL | #[rustc_must_implement_one_of(b, a, a, c, b, c)]
- | ^ ^
- |
- = note: All `#[rustc_must_implement_one_of]` arguments must be unique
-
-error: Functions names are duplicated
- --> $DIR/rustc_must_implement_one_of_duplicates.rs:9:31
- |
-LL | #[rustc_must_implement_one_of(b, a, a, c, b, c)]
- | ^ ^
- |
- = note: All `#[rustc_must_implement_one_of]` arguments must be unique
-
-error: Functions names are duplicated
- --> $DIR/rustc_must_implement_one_of_duplicates.rs:9:40
- |
-LL | #[rustc_must_implement_one_of(b, a, a, c, b, c)]
- | ^ ^
- |
- = note: All `#[rustc_must_implement_one_of]` arguments must be unique
-
-error: aborting due to 4 previous errors
-