File tree 6 files changed +1
-22
lines changed
6 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
- #![ allow( incomplete_features) ]
2
- #![ feature( type_alias_impl_trait) ]
3
1
#![ feature( thread_local) ]
4
2
5
3
extern crate mallockit;
Original file line number Diff line number Diff line change 1
- #![ allow( incomplete_features) ]
2
- #![ feature( type_alias_impl_trait) ]
3
1
#![ feature( thread_local) ]
4
2
5
3
extern crate mallockit;
Original file line number Diff line number Diff line change 1
- #![ allow( incomplete_features) ]
2
1
#![ feature( thread_local) ]
3
- #![ feature( const_mut_refs) ]
4
- #![ feature( const_trait_impl) ]
5
2
#![ feature( step_trait) ]
6
3
7
4
#[ allow( unused) ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use crate::Plan;
4
4
5
5
fn panic_handler ( panic_info : & PanicInfo < ' _ > ) {
6
6
println ! ( "{}" , panic_info) ;
7
- std:: intrinsics :: abort ( ) ;
7
+ std:: process :: abort ( ) ;
8
8
}
9
9
10
10
pub fn set_panic_handler ( ) {
Original file line number Diff line number Diff line change 1
1
#![ allow( incomplete_features) ]
2
- #![ allow( internal_features) ]
3
- #![ feature( core_intrinsics) ]
4
2
#![ feature( const_trait_impl) ]
5
3
#![ feature( const_mut_refs) ]
6
- #![ feature( const_ptr_is_null) ]
7
- #![ feature( type_ascription) ]
8
4
#![ feature( step_trait) ]
9
5
#![ feature( thread_local) ]
10
6
#![ feature( allocator_api) ]
11
7
#![ feature( never_type) ]
12
- #![ feature( const_maybe_uninit_assume_init) ]
13
- #![ feature( const_ptr_write) ]
14
8
#![ feature( associated_type_defaults) ]
15
9
#![ feature( alloc_layout_extra) ]
16
- #![ feature( const_option) ]
17
- #![ feature( const_alloc_layout) ]
18
- #![ feature( asm_const) ]
19
10
#![ feature( adt_const_params) ]
20
11
#![ feature( generic_const_exprs) ]
21
- #![ feature( type_alias_impl_trait) ]
22
- #![ feature( specialization) ]
23
- #![ feature( const_for) ]
24
12
#![ feature( effects) ]
25
13
26
14
extern crate mallockit_proc_macro;
Original file line number Diff line number Diff line change 1
- #![ allow( incomplete_features) ]
2
- #![ feature( type_alias_impl_trait) ]
3
1
#![ feature( thread_local) ]
4
2
5
3
extern crate mallockit;
You can’t perform that action at this time.
0 commit comments