Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
consts
/
issue-36163.rs
blob: 340d2c3997c30f932cb3cf09f42e52c4dad94f47 [
file
] [
log
] [
blame
]
const
A
:
isize
=
Foo
::
B
as
isize
;
enum
Foo
{
B
=
A
,
//~ ERROR E0391
}
fn
main
()
{}