[go: up one dir, main page]

auto_impl 0.4.1

Automatically implement traits for common smart pointers and closures
Documentation
1
2
3
4
5
6
7
8
9
#[rustversion::stable]
#[test]
fn ui() {
    use trybuild::TestCases;

    let t = TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.pass("tests/compile-pass/*.rs");
}