From 1d673ebc4e6886acdd5634f324d7d96be965b43a Mon Sep 17 00:00:00 2001 From: Matt Gathu Date: Mon, 14 Sep 2020 06:08:12 +0200 Subject: [PATCH] Fix rustversion annotation --- actix-web-codegen/tests/trybuild.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/tests/trybuild.rs b/actix-web-codegen/tests/trybuild.rs index 36e70ff26..d71f9be00 100644 --- a/actix-web-codegen/tests/trybuild.rs +++ b/actix-web-codegen/tests/trybuild.rs @@ -1,5 +1,5 @@ +#[rustversion::attr(not(stable(1.42)), ignore)] #[test] -#[rustversion::stable(1.42)] fn compile_macros() { let t = trybuild::TestCases::new();