diff options
Diffstat (limited to 'src/test/ui/consts/const-eval/const-eval-overflow-3b.rs')
| -rw-r--r-- | src/test/ui/consts/const-eval/const-eval-overflow-3b.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-overflow-3b.rs b/src/test/ui/consts/const-eval/const-eval-overflow-3b.rs index d9b06370dff..db6f17a671a 100644 --- a/src/test/ui/consts/const-eval/const-eval-overflow-3b.rs +++ b/src/test/ui/consts/const-eval/const-eval-overflow-3b.rs @@ -7,12 +7,6 @@ // types for the left- and right-hand sides of the addition do not // match (as well as overflow). - - - - - - #![allow(unused_imports)] use std::fmt; @@ -32,4 +26,3 @@ fn main() { fn foo<T:fmt::Debug>(x: T) { println!("{:?}", x); } - |
