Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
cross-crate
/
auxiliary
/
kinds_in_metadata.rs
blob: 2a2106ff70ac6421fa50e06209f020287c513ba7 [
file
] [
log
] [
blame
] [
edit
]
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
// Tests that metadata serialization works for the `Copy` kind.
#![
crate_type
=
"lib"
]
pub
fn
f
<
T
:
Copy
>()
{}