File tree 24 files changed +9
-25
lines changed
24 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 16
16
#![ feature( io) ]
17
17
#![ feature( path) ]
18
18
#![ feature( rustc_private) ]
19
- #![ feature( slicing_syntax , unboxed_closures) ]
19
+ #![ feature( unboxed_closures) ]
20
20
#![ feature( std_misc) ]
21
21
#![ feature( test) ]
22
22
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 27
27
#![ feature( box_patterns) ]
28
28
#![ feature( core) ]
29
29
#![ feature( hash) ]
30
- #![ feature( slicing_syntax) ]
31
30
#![ feature( staged_api) ]
32
31
#![ feature( unboxed_closures) ]
33
32
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 52
52
//! interval `[a, b)`:
53
53
//!
54
54
//! ```rust
55
- //! #![feature(slicing_syntax)]
56
55
//! fn main() {
57
56
//! let numbers = [0, 1, 2];
58
57
//! let last_numbers = &numbers[1..3];
Original file line number Diff line number Diff line change 64
64
#![ feature( int_uint) ]
65
65
#![ feature( intrinsics, lang_items) ]
66
66
#![ feature( on_unimplemented) ]
67
- #![ feature( simd, unsafe_destructor, slicing_syntax ) ]
67
+ #![ feature( simd, unsafe_destructor) ]
68
68
#![ feature( staged_api) ]
69
69
#![ feature( unboxed_closures) ]
70
70
Original file line number Diff line number Diff line change 11
11
#![ feature( box_syntax) ]
12
12
#![ feature( int_uint) ]
13
13
#![ feature( unboxed_closures) ]
14
- #![ feature( unsafe_destructor, slicing_syntax ) ]
14
+ #![ feature( unsafe_destructor) ]
15
15
#![ allow( deprecated) ] // rand
16
16
17
17
extern crate core;
Original file line number Diff line number Diff line change 25
25
html_playground_url = "http://play.rust-lang.org/" ) ]
26
26
27
27
#![ feature( int_uint) ]
28
- #![ feature( slicing_syntax) ]
29
28
#![ feature( staged_api) ]
30
29
#![ feature( unicode) ]
31
30
Original file line number Diff line number Diff line change 91
91
#![ deny( missing_docs) ]
92
92
#![ feature( collections) ]
93
93
#![ feature( int_uint) ]
94
- #![ feature( slicing_syntax) ]
95
94
#![ feature( staged_api) ]
96
95
#![ cfg_attr( test, feature( rustc_private) ) ]
97
96
Original file line number Diff line number Diff line change 273
273
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
274
274
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
275
275
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
276
- #![ feature( slicing_syntax) ]
277
276
#![ feature( int_uint) ]
278
277
#![ feature( collections) ]
279
278
#![ feature( core) ]
Original file line number Diff line number Diff line change 168
168
#![ deny( missing_docs) ]
169
169
170
170
#![ feature( staged_api) ]
171
- #![ feature( slicing_syntax) ]
172
171
#![ feature( box_syntax) ]
173
172
#![ feature( int_uint) ]
174
173
#![ feature( core) ]
Original file line number Diff line number Diff line change 30
30
#![ feature( int_uint) ]
31
31
#![ feature( io) ]
32
32
#![ feature( rustc_private) ]
33
- #![ feature( slicing_syntax) ]
34
33
#![ feature( staged_api) ]
35
34
36
35
extern crate serialize;
Original file line number Diff line number Diff line change 36
36
#![ feature( quote) ]
37
37
#![ feature( rustc_diagnostic_macros) ]
38
38
#![ feature( rustc_private) ]
39
- #![ feature( slicing_syntax , unsafe_destructor) ]
39
+ #![ feature( unsafe_destructor) ]
40
40
#![ feature( staged_api) ]
41
41
#![ feature( std_misc) ]
42
42
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 35
35
#![ feature( quote) ]
36
36
#![ feature( rustc_diagnostic_macros) ]
37
37
#![ feature( rustc_private) ]
38
- #![ feature( slicing_syntax , unsafe_destructor) ]
38
+ #![ feature( unsafe_destructor) ]
39
39
#![ feature( staged_api) ]
40
40
#![ feature( std_misc) ]
41
41
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 24
24
#![ feature( int_uint) ]
25
25
#![ feature( rustc_diagnostic_macros) ]
26
26
#![ feature( rustc_private) ]
27
- #![ feature( slicing_syntax) ]
28
27
#![ feature( staged_api) ]
29
28
#![ feature( std_misc) ]
30
29
Original file line number Diff line number Diff line change 37
37
#![ feature( quote) ]
38
38
#![ feature( rustc_diagnostic_macros) ]
39
39
#![ feature( rustc_private) ]
40
- #![ feature( slicing_syntax , unsafe_destructor) ]
40
+ #![ feature( unsafe_destructor) ]
41
41
#![ feature( staged_api) ]
42
42
#![ feature( std_misc) ]
43
43
#![ feature( unicode) ]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ This API is completely unstable and subject to change.
83
83
#![ feature( quote) ]
84
84
#![ feature( rustc_diagnostic_macros) ]
85
85
#![ feature( rustc_private) ]
86
- #![ feature( slicing_syntax , unsafe_destructor) ]
86
+ #![ feature( unsafe_destructor) ]
87
87
#![ feature( staged_api) ]
88
88
89
89
#[ macro_use] extern crate log;
Original file line number Diff line number Diff line change 30
30
#![ feature( os) ]
31
31
#![ feature( path) ]
32
32
#![ feature( rustc_private) ]
33
- #![ feature( slicing_syntax) ]
34
33
#![ feature( staged_api) ]
35
34
#![ feature( std_misc) ]
36
35
#![ feature( test) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Core encoding and decoding interfaces.
33
33
#![ feature( path) ]
34
34
#![ feature( hash) ]
35
35
#![ feature( rustc_private) ]
36
- #![ feature( slicing_syntax) ]
37
36
#![ feature( staged_api) ]
38
37
#![ feature( std_misc) ]
39
38
#![ feature( unicode) ]
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ use sys_common;
32
32
///
33
33
/// ```rust,no_run
34
34
/// # #![allow(unused_must_use)]
35
- /// #![feature(slicing_syntax)]
36
35
///
37
36
/// use std::old_io::net::udp::UdpSocket;
38
37
/// use std::old_io::net::ip::{Ipv4Addr, SocketAddr};
Original file line number Diff line number Diff line change 35
35
#![ feature( path) ]
36
36
#![ feature( quote, unsafe_destructor) ]
37
37
#![ feature( rustc_private) ]
38
- #![ feature( slicing_syntax) ]
39
38
#![ feature( staged_api) ]
40
39
#![ feature( std_misc) ]
41
40
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 57
57
#![ feature( io) ]
58
58
#![ feature( path) ]
59
59
#![ feature( rustc_private) ]
60
- #![ feature( slicing_syntax) ]
61
60
#![ feature( staged_api) ]
62
61
#![ feature( std_misc) ]
63
62
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 32
32
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
33
33
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
34
34
35
- #![ feature( asm, slicing_syntax ) ]
35
+ #![ feature( asm) ]
36
36
#![ feature( box_syntax) ]
37
37
#![ feature( collections) ]
38
38
#![ feature( core) ]
Original file line number Diff line number Diff line change 31
31
html_playground_url = "http://play.rust-lang.org/" ) ]
32
32
#![ feature( no_std) ]
33
33
#![ no_std]
34
- #![ feature( slicing_syntax) ]
35
34
#![ feature( int_uint) ]
36
35
#![ feature( core) ]
37
36
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
- #![ feature( slicing_syntax , box_syntax) ]
11
+ #![ feature( box_syntax) ]
12
12
#![ feature( collections) ]
13
13
#![ feature( core) ]
14
14
#![ feature( io) ]
Original file line number Diff line number Diff line change 10
10
11
11
// Test that the precedence of ranges is correct
12
12
13
- #![ feature( slicing_syntax) ]
14
-
15
13
struct Foo {
16
14
foo : uint ,
17
15
}
You can’t perform that action at this time.
0 commit comments