We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c6591 commit 88e4e2aCopy full SHA for 88e4e2a
src/test/compile-fail/chalkify/impl_wf.rs
@@ -25,6 +25,7 @@ impl<T> Bar for Option<T> {
25
impl Bar for f32 {
26
//~^ ERROR the trait bound `f32: Foo` is not satisfied
27
type Item = f32;
28
+ //~^ ERROR the trait bound `f32: Foo` is not satisfied
29
}
30
31
trait Baz<U: ?Sized> where U: Foo { }
0 commit comments