Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
d60c07b7629a373396c4cb15c57c4903402cee27
/
.
/
tests
/
ui
/
generic_enum.stderr
blob: bf267f7465f0555fadcdda119d9f67084ffef665 [
file
] [
log
] [
blame
]
Joel Galenson
c03402a
2020-04-23 17:31:09 -0700
[
diff
] [
blame
]
1
error
:
enums
with
generic
parameters are
not
allowed
2
-->
$DIR
/
generic_enum
.
rs
:
3
:
5
3
|
4
3
|
enum
A
<
T
>
{
5
|
^^^^^^^^^