Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
ddfb7cdb39f59558115e2009d09c01d897b22f5d
/
.
/
tests
/
ui
/
derive_noncopy.rs
blob: ae705fd00b6caa81b92ce9970bccad07556d2241 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
#[
derive
(
Copy
)]
struct
TryCopy
{
other
:
Other
,
}
struct
Other
{
x
:
usize
,
}
}
fn
main
()
{}