From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr (limited to 'tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr') diff --git a/tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr b/tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr deleted file mode 100644 index 0cffae1da..000000000 --- a/tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr +++ /dev/null @@ -1,8 +0,0 @@ -error: ~const can only be applied to `#[const_trait]` traits - --> $DIR/assoc-type.rs:17:22 - | -LL | type Bar: ~const std::ops::Add; - | ^^^^^^^^^^^^^ - -error: aborting due to previous error - -- cgit v1.2.3