Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
traits
/
next-solver-ice.rs
blob: 889d1094a1030a2dd7ff890ee215873968fc7527 [
file
] [
edit
]
//@compile-flags: -Znext-solver=globally
//@check-fail
fn
check
<
T
:
Iterator
>()
{
<
f32
as
From
<<
T
as
Iterator
>::
Item
>>::
from
;
//~^ ERROR the trait bound `f32: From<<T as Iterator>::Item>` is not satisfied
}
fn
main
()
{}