We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4c801 commit bccca27Copy full SHA for bccca27
1 file changed
tests/test_size.rs
@@ -4,7 +4,6 @@ extern crate proc_macro;
4
5
use std::mem;
6
7
-#[rustversion::attr(before(1.64), ignore = "requires Rust 1.64+")]
8
#[cfg_attr(not(target_pointer_width = "64"), ignore = "only applicable to 64-bit")]
9
#[cfg_attr(randomize_layout, ignore = "disabled due to randomized layout")]
10
#[test]
@@ -64,7 +63,6 @@ fn test_proc_macro2_wrapper_size_without_locations() {
64
63
assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
65
}
66
67
-#[rustversion::attr(before(1.65), ignore = "requires Rust 1.65+")]
68
69
70
#[cfg_attr(not(wrap_proc_macro), ignore = "fallback mode")]
0 commit comments