summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/borrowck-move-error-with-note.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/borrowck/borrowck-move-error-with-note.rs (renamed from src/test/ui/borrowck/borrowck-move-error-with-note.rs)2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/borrowck/borrowck-move-error-with-note.rs b/tests/ui/borrowck/borrowck-move-error-with-note.rs
index ef38cbb63..f336ac4f9 100644
--- a/src/test/ui/borrowck/borrowck-move-error-with-note.rs
+++ b/tests/ui/borrowck/borrowck-move-error-with-note.rs
@@ -1,3 +1,5 @@
+// run-rustfix
+#![allow(unused)]
enum Foo {
Foo1(Box<u32>, Box<u32>),
Foo2(Box<u32>),