Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
missing-trait-bounds
/
auxiliary
/
issue-69725.rs
blob: 13606e498ef7def6410991eb7378197788a2d3dc [
file
] [
log
] [
blame
] [
edit
]
#[
derive
(
Clone
)]
pub
struct
Struct
<
A
>(
A
);
impl
<
A
>
Struct
<
A
>
{
pub
fn
new
()
->
Self
{
todo
!()
}
}