1 2 3 4 5
#[test] fn test_auto_arc_trait() { let t = trybuild::TestCases::new(); t.pass("tests/arc_trait_valid.rs"); }