tacet 0.4.2

Detect timing side channels in cryptographic code
Documentation
1
2
3
4
5
6
7
8
9
10
//! Compile-time error tests for the timing_test! macro.
//!
//! These tests verify that the macro produces helpful error messages
//! when used incorrectly.

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