Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3605.rs
blob: 05e6e48e66e3d60010c4d9b41c31a80df9694256 [
file
] [
log
] [
blame
]
enum
Foo
<
'
a
>
{}
enum
Bar
<
'
a
>
{
in_band_def_explicit_impl
(
Foo
<
'
a
>),
}