cordis-timer 0.3.22

Generation-owned sleep, interval, and timeout operations for Cordis v3
Documentation
1
2
3
4
5
6
7
8
//! Aggregate compile-time evidence for Issue 59 Timer facade closure.

#[test]
fn timer_flat_facade_is_closed() {
    let t = trybuild::TestCases::new();
    t.pass("tests/ui-facade59/pass/*.rs");
    t.compile_fail("tests/ui-facade59/fail/*.rs");
}