tokio/tests-build
Alice Ryhl b1bdb3c57b ci: update macros_type_mismatch for Rust 1.87.0 (#7339)
(cherry picked from commit a48e418dcbbe7eccc7ea0f0071ca60aca21a61b7)
2025-05-23 10:39:10 -07:00
..
2019-11-22 14:38:49 -08:00

Tests the various combination of feature flags. This is broken out to a separate crate to work around limitations with cargo features.

To run all of the tests in this directory, run the following commands:

cargo test --features full
cargo test --features rt

If any of the tests fail, you can pass TRYBUILD=overwrite to the cargo test command that failed to have it regenerate the test output.