Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
coercion
/
auxiliary
/
issue-39823.rs
blob: 3af9c68f2331d6781b1cccf0fe3780cad475a27b [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
#[
derive
(
Debug
,
PartialEq
)]
pub
struct
RemoteC
(
pub
u32
);
#[
derive
(
Debug
,
PartialEq
)]
pub
struct
RemoteG
<
T
>(
pub
T
);