1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 18:37:42 +02:00

update syn to v2 (#481

* update syn to v2

* update changelog
This commit is contained in:
Rob Ede
2023-04-01 22:21:14 +01:00
committed by GitHub
parent 54ec06cd23
commit dbce150993
4 changed files with 34 additions and 12 deletions

View File

@ -2,6 +2,7 @@
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();
t.pass("tests/trybuild/main-01-basic.rs");
t.compile_fail("tests/trybuild/main-02-only-async.rs");
t.pass("tests/trybuild/main-03-fn-params.rs");