File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/test/ui/const_generics Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ // run-pass
12
+
11
13
#![ feature( const_generics) ]
12
14
#![ allow( dead_code) ]
13
15
Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ // run-pass
12
+
11
13
#![ feature( const_generics) ]
12
14
13
15
#[ allow( dead_code) ]
Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ // run-pass
12
+
11
13
#![ feature( const_generics) ]
12
14
13
15
#[ allow( dead_code) ]
You can’t perform that action at this time.
0 commit comments