summaryrefslogtreecommitdiffstats
path: root/tests/ui/wf/wf-const-type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf/wf-const-type.rs')
-rw-r--r--tests/ui/wf/wf-const-type.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/wf/wf-const-type.rs b/tests/ui/wf/wf-const-type.rs
index df79aa267..64b0d9c8d 100644
--- a/tests/ui/wf/wf-const-type.rs
+++ b/tests/ui/wf/wf-const-type.rs
@@ -9,6 +9,7 @@ struct NotCopy;
const FOO: IsCopy<Option<NotCopy>> = IsCopy { t: None };
//~^ ERROR E0277
+//~| ERROR E0277
fn main() { }