Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
cgu_test.rs
blob: 1103fcb1f0b28fb1b64f848ffbf382c43afcbd45 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
//@ compile-flags: --crate-type=lib
pub
fn
id
<
T
>(
t
:
T
)
->
T
{
t
}