File tree Expand file tree Collapse file tree
rustc_data_structures/src
rustc_symbol_mangling/src
rustc_trait_selection/src
tools/clippy/clippy_utils/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
2+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
23#![ cfg_attr( feature = "nightly" , allow( internal_features) ) ]
34#![ cfg_attr( feature = "nightly" , feature( rustc_attrs) ) ]
45#![ cfg_attr( feature = "nightly" , feature( step_trait) ) ]
Original file line number Diff line number Diff line change 22
33// tidy-alphabetical-start
44#![ allow( internal_features) ]
5+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
56#![ feature( box_patterns) ]
67#![ feature( default_field_values) ]
78#![ feature( file_buffered) ]
Original file line number Diff line number Diff line change 33
44// tidy-alphabetical-start
55#![ allow( internal_features) ]
6+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
67#![ feature( box_patterns) ]
78#![ feature( decl_macro) ]
89#![ feature( iter_order_by) ]
Original file line number Diff line number Diff line change 55//! This API is completely unstable and subject to change.
66
77// tidy-alphabetical-start
8+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
89#![ feature( extern_types) ]
910#![ feature( file_buffered) ]
1011#![ feature( impl_trait_in_assoc_type) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
2+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
23#![ feature( box_patterns) ]
34#![ feature( file_buffered) ]
45#![ feature( negative_impls) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
2+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
23#![ feature( array_try_map) ]
34#![ feature( box_patterns) ]
45#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 1010#![ allow( internal_features) ]
1111#![ allow( rustc:: default_hash_types) ]
1212#![ allow( rustc:: potential_query_instability) ]
13+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
1314#![ cfg_attr( test, feature( test) ) ]
1415#![ deny( unsafe_op_in_unsafe_fn) ]
1516#![ feature( allocator_api) ]
Original file line number Diff line number Diff line change 55// tidy-alphabetical-start
66#![ allow( internal_features) ]
77#![ allow( rustc:: direct_use_of_rustc_type_ir) ]
8+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
89#![ feature( associated_type_defaults) ]
910#![ feature( default_field_values) ]
1011#![ feature( macro_metavar_expr_concat) ]
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ This API is completely unstable and subject to change.
5656*/
5757
5858// tidy-alphabetical-start
59+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
5960#![ feature( default_field_values) ]
6061#![ feature( gen_blocks) ]
6162#![ feature( iter_intersperse) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
2+ #![ cfg_attr( bootstrap, feature( assert_matches) ) ]
23#![ feature( box_patterns) ]
34#![ feature( iter_intersperse) ]
45#![ feature( iter_order_by) ]
You can’t perform that action at this time.
0 commit comments