Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
where-clauses
/
where-equality-constraints.rs
blob: 8828f09d92d333d548a320d148ca66140dce8f51 [
file
] [
log
] [
blame
] [
edit
]
fn
f
()
where u8
=
u16
{}
//~^ ERROR equality constraints are not yet supported in `where` clauses
fn
g
()
where
for
<
'a> &'
static
(
u8
,)
==
u16
,
{}
//~^ ERROR equality constraints are not yet supported in `where` clauses
fn
main
()
{}