File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 test( attr( allow( dead_code, deprecated, unused_variables, unused_mut) ) )
6262) ]
6363#![ no_core]
64-
64+ //
6565// Lints:
6666#![ deny( rust_2021_incompatible_or_patterns) ]
6767#![ deny( unsafe_op_in_unsafe_fn) ]
6868#![ warn( deprecated_in_future) ]
6969#![ warn( missing_debug_implementations) ]
7070#![ warn( missing_docs) ]
7171#![ allow( explicit_outlives_requirements) ]
72-
72+ //
7373// Library features for const fns:
7474#![ feature( const_align_of_val) ]
7575#![ feature( const_alloc_layout) ]
106106#![ feature( ptr_metadata) ]
107107#![ feature( slice_ptr_get) ]
108108#![ feature( variant_count) ]
109-
109+ //
110110// Language features:
111111#![ feature( abi_unadjusted) ]
112112#![ feature( allow_internal_unstable) ]
155155#![ feature( try_blocks) ]
156156#![ feature( unboxed_closures) ]
157157#![ feature( unsized_fn_params) ]
158-
158+ //
159159// Target features:
160160#![ feature( aarch64_target_feature) ]
161161#![ feature( adx_target_feature) ]
You can’t perform that action at this time.
0 commit comments