index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
auxiliary
/
issue-8259.rs
blob: 891aee099dc554640165261411dedb7375819931 (
plain
)
1
2
3
4
pub
enum
Foo
<'
a
>
{
A
,
B
(
&'
a
str
),
}