]> git.lizzy.rs Git - rust.git/blob - tests/target/impl.rs
Don't use `visit::walk_*`. Instead, recurse by hand.
[rust.git] / tests / target / impl.rs
1 // Test impls
2
3 impl<T> JSTraceable for SmallVec<[T; 1]> {}