1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 18:51:06 +01:00

reinstate actix-macros trybuild tests

This commit is contained in:
Rob Ede 2023-02-26 16:26:19 +00:00
parent 878d3a1c74
commit 9b388a83c9
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -1,4 +1,4 @@
#[rustversion::stable(1.46)] // MSRV
#[rustversion::stable(1.59)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();