]> git.lizzy.rs Git - rust.git/blob - tests/ui/auxiliary/kinds_in_metadata.rs
Move /src/test to /tests
[rust.git] / tests / ui / auxiliary / kinds_in_metadata.rs
1 /* Any copyright is dedicated to the Public Domain.
2  * http://creativecommons.org/publicdomain/zero/1.0/ */
3
4 // Tests that metadata serialization works for the `Copy` kind.
5
6 #![crate_type="lib"]
7
8 pub fn f<T:Copy>() {}