roxygen 1.0.4

Seamlessly document function parameters with rustdoc
Documentation
1
2
3
4
5
#[test]
fn expected_compilation_errors_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/fail/*.rs")
}