File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ extern crate proc_macro;
44
55use std:: mem;
66
7- #[ rustversion:: attr( before( 1.64 ) , ignore = "requires Rust 1.64+" ) ]
87#[ cfg_attr( not( target_pointer_width = "64" ) , ignore = "only applicable to 64-bit" ) ]
98#[ cfg_attr( randomize_layout, ignore = "disabled due to randomized layout" ) ]
109#[ test]
@@ -64,7 +63,6 @@ fn test_proc_macro2_wrapper_size_without_locations() {
6463 assert_eq ! ( mem:: size_of:: <proc_macro2:: TokenStream >( ) , 32 ) ;
6564}
6665
67- #[ rustversion:: attr( before( 1.65 ) , ignore = "requires Rust 1.65+" ) ]
6866#[ cfg_attr( not( target_pointer_width = "64" ) , ignore = "only applicable to 64-bit" ) ]
6967#[ cfg_attr( randomize_layout, ignore = "disabled due to randomized layout" ) ]
7068#[ cfg_attr( not( wrap_proc_macro) , ignore = "fallback mode" ) ]
You can’t perform that action at this time.
0 commit comments