File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
# [prelude_import]
4
4
use std::prelude::v1::*;
5
5
# [macro_use]
6
- extern crate std as std ;
6
+ extern crate std;
7
7
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
8
8
// file at the top-level directory of this distribution and at
9
9
// http://rust-lang.org/COPYRIGHT.
21
21
macro_rules! negative(( $ e : expr ) => { $ e < 0 });
22
22
23
23
fn main() { (1 as i32) < 0; }
24
-
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ macro_rules! negative {
19
19
fn main ( ) {
20
20
negative ! ( 1 as i32 ) ;
21
21
}
22
-
Original file line number Diff line number Diff line change 1
1
# [prelude_import]
2
2
use std::prelude::v1::*;
3
3
# [macro_use]
4
- extern crate std as std ;
4
+ extern crate std;
5
5
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
6
6
// file at the top-level directory of this distribution and at
7
7
// http://rust-lang.org/COPYRIGHT.
You can’t perform that action at this time.
0 commit comments