Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-8259.rs
blob: 891aee099dc554640165261411dedb7375819931 [
file
] [
log
] [
blame
] [
edit
]
pub
enum
Foo
<
'
a
>
{
A
,
B
(&
'
a str
),
}