Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
consts
/
control-flow
/
issue-50577.rs
blob: 1cecbadbbe635cb699c19e61ccdcf0b7d50de26d [
file
] [
edit
]
fn
main
()
{
enum
Foo
{
Drop
=
assert_eq
!(
1
,
1
),
//~^ ERROR mismatched types [E0308]
}
}