about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const-eval-query-stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-eval/const-eval-query-stack.rs')
-rw-r--r--src/test/ui/consts/const-eval/const-eval-query-stack.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-query-stack.rs b/src/test/ui/consts/const-eval/const-eval-query-stack.rs
index 3797559a2a1..e73e54ff5f1 100644
--- a/src/test/ui/consts/const-eval/const-eval-query-stack.rs
+++ b/src/test/ui/consts/const-eval/const-eval-query-stack.rs
@@ -16,7 +16,6 @@
 
 #![allow(unconditional_panic)]
 
-
 #[warn(const_err)]
 const X: i32 = 1 / 0; //~WARN any use of this value will cause an error
 //~| WARN this was previously accepted by the compiler but is being phased out