print-run 0.1.2

A stylish procedural macro for tracing function execution with color, indentation, timestamps, and duration.
Documentation
1
2
3
4
5
6
7
use trybuild::TestCases;

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