tokio/tests-integration
daxpedda 4996e27673 macros: fix skipping generics on #[tokio::main] (#2177)
When using #[tokio::main] on a function with generics, the generics are
skipped. Simply using #vis #sig instead of #vis fn #name(#inputs) #ret
fixes the problem.

Fixes #2176
2020-01-26 09:35:39 -08:00
..
2020-01-22 18:59:22 -08:00
2019-10-25 12:50:15 -07:00

Tests that require additional components than just the tokio crate.