File tree 13 files changed +13
-0
lines changed
13 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 112
112
#![ feature( maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_array) ]
113
113
#![ feature( alloc_layout_extra) ]
114
114
#![ feature( try_trait) ]
115
+ #![ feature( mem_take) ]
115
116
116
117
// Allow testing this library
117
118
Original file line number Diff line number Diff line change 126
126
#![ feature( adx_target_feature) ]
127
127
#![ feature( maybe_uninit_slice, maybe_uninit_array) ]
128
128
#![ feature( external_doc) ]
129
+ #![ feature( mem_take) ]
129
130
130
131
#[ prelude_import]
131
132
#[ allow( unused) ]
Original file line number Diff line number Diff line change 25
25
#![ feature( extern_types) ]
26
26
#![ feature( in_band_lifetimes) ]
27
27
#![ feature( optin_builtin_traits) ]
28
+ #![ feature( mem_take) ]
28
29
#![ feature( non_exhaustive) ]
29
30
#![ feature( specialization) ]
30
31
Original file line number Diff line number Diff line change 65
65
#![ feature( crate_visibility_modifier) ]
66
66
#![ feature( proc_macro_hygiene) ]
67
67
#![ feature( log_syntax) ]
68
+ #![ feature( mem_take) ]
68
69
69
70
#![ recursion_limit="512" ]
70
71
Original file line number Diff line number Diff line change 21
21
#![ feature( link_args) ]
22
22
#![ feature( static_nobundle) ]
23
23
#![ feature( trusted_len) ]
24
+ #![ feature( mem_take) ]
24
25
#![ deny( rust_2018_idioms) ]
25
26
#![ deny( internal) ]
26
27
#![ deny( unused_lifetimes) ]
Original file line number Diff line number Diff line change 10
10
#![ feature( in_band_lifetimes) ]
11
11
#![ feature( nll) ]
12
12
#![ feature( trusted_len) ]
13
+ #![ feature( mem_take) ]
13
14
#![ allow( unused_attributes) ]
14
15
#![ allow( dead_code) ]
15
16
#![ deny( rust_2018_idioms) ]
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
24
24
#![ feature( slice_concat_ext) ]
25
25
#![ feature( trusted_len) ]
26
26
#![ feature( try_blocks) ]
27
+ #![ feature( mem_take) ]
27
28
28
29
#![ recursion_limit="256" ]
29
30
Original file line number Diff line number Diff line change 4
4
5
5
#![ feature( crate_visibility_modifier) ]
6
6
#![ feature( label_break_value) ]
7
+ #![ feature( mem_take) ]
7
8
#![ feature( nll) ]
8
9
#![ feature( rustc_diagnostic_macros) ]
9
10
#![ cfg_attr( bootstrap, feature( type_alias_enum_variants) ) ]
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ This API is completely unstable and subject to change.
69
69
#![ feature( slice_patterns) ]
70
70
#![ feature( never_type) ]
71
71
#![ feature( inner_deref) ]
72
+ #![ feature( mem_take) ]
72
73
73
74
#![ recursion_limit="256" ]
74
75
Original file line number Diff line number Diff line change 21
21
#![ feature( drain_filter) ]
22
22
#![ feature( inner_deref) ]
23
23
#![ feature( never_type) ]
24
+ #![ feature( mem_take) ]
24
25
25
26
#![ recursion_limit="256" ]
26
27
Original file line number Diff line number Diff line change 272
272
#![ feature( libc) ]
273
273
#![ feature( link_args) ]
274
274
#![ feature( linkage) ]
275
+ #![ feature( mem_take) ]
275
276
#![ feature( needs_panic_runtime) ]
276
277
#![ feature( never_type) ]
277
278
#![ feature( nll) ]
Original file line number Diff line number Diff line change 16
16
#![ feature( const_transmute) ]
17
17
#![ feature( crate_visibility_modifier) ]
18
18
#![ feature( label_break_value) ]
19
+ #![ feature( mem_take) ]
19
20
#![ feature( nll) ]
20
21
#![ feature( rustc_attrs) ]
21
22
#![ feature( rustc_diagnostic_macros) ]
Original file line number Diff line number Diff line change 1
1
#![ crate_name = "compiletest" ]
2
+ #![ feature( mem_take) ]
2
3
#![ feature( test) ]
3
4
#![ feature( vec_remove_item) ]
4
5
#![ deny( warnings, rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments