Skip to content

Commit 718626d

Browse files
committed
fix compile-fail test
1 parent 4c3d9fa commit 718626d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/chalkify/impl_wf.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ impl<T> Bar for Option<T> {
2525
impl Bar for f32 {
2626
//~^ ERROR the trait bound `f32: Foo` is not satisfied
2727
type Item = f32;
28+
//~^ ERROR the trait bound `f32: Foo` is not satisfied
2829
}
2930

3031
trait Baz<U: ?Sized> where U: Foo { }

0 commit comments

Comments
 (0)