Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-4159.rs
blob: 2f8cf20da2c9eb9fcad82a955e72c7e8c09cc0d3 [
file
] [
log
] [
blame
]
extern
"C"
{
type
A
:
Ord
;
type
A
<
'
a
>
where
'a: '
static
;
type
A
<
T
:
Ord
>
where
T
:
'
static
;
type
A
=
u8
;
type
A
<
'a: '
static
,
T
:
Ord
+
'
static
>:
Eq
+
PartialEq
where
T
:
'
static
+
Copy
,
=
Vec
<
u8
>;
}