From 3e081c7e824eab1e5d87462e5e6a46be14c529ea Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Tue, 20 Nov 2018 12:28:24 +0100 Subject: [PATCH] Trailing newline --- src/test/ui/consts/promote_const_let.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/consts/promote_const_let.rs b/src/test/ui/consts/promote_const_let.rs index 1ba406a957d..8de9b00eb11 100644 --- a/src/test/ui/consts/promote_const_let.rs +++ b/src/test/ui/consts/promote_const_let.rs @@ -5,4 +5,4 @@ fn main() { let y = 42; &y //~ ERROR does not live long enough }; -} \ No newline at end of file +}