]> git.lizzy.rs Git - rust.git/commitdiff
Update comments in cast-lt.pp
authorAlec Theriault <alec.theriault@gmail.com>
Tue, 7 Nov 2017 06:18:14 +0000 (22:18 -0800)
committerAlec Theriault <alec.theriault@gmail.com>
Tue, 7 Nov 2017 06:18:14 +0000 (22:18 -0800)
src/test/pretty/cast-lt.pp

index 1e611f5075f69898b2f10ec0eb598fdae4139160..b21158abfe551d53be911e1bbd635bdfce2f82eb 100644 (file)
@@ -4,7 +4,7 @@
 use std::prelude::v1::*;
 #[macro_use]
 extern crate std as std;
-// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -18,8 +18,6 @@ extern crate std as std;
 // pretty-mode:expanded
 // pp-exact:cast-lt.pp
 
-// #4264 fixed-length vector types
-
 macro_rules! negative(( $ e : expr ) => { $ e < 0 });
 
 fn main() { (1 as i32) < 0; }