We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761c0d commit aa38a1eCopy full SHA for aa38a1e
src/test/pretty/cast-lt.pp
@@ -4,7 +4,7 @@
4
use std::prelude::v1::*;
5
#[macro_use]
6
extern crate std as std;
7
-// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
8
// file at the top-level directory of this distribution and at
9
// http://rust-lang.org/COPYRIGHT.
10
//
@@ -18,8 +18,6 @@
18
// pretty-mode:expanded
19
// pp-exact:cast-lt.pp
20
21
-// #4264 fixed-length vector types
22
-
23
macro_rules! negative(( $ e : expr ) => { $ e < 0 });
24
25
fn main() { (1 as i32) < 0; }
0 commit comments