Documentation
1
2
3
4
5
#[test]
fn wasvy_methods_ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/wasvy_methods/*.rs");
}