Skip to content

Commit

Permalink
Merge #168
Browse files Browse the repository at this point in the history
168: Fix ui test failure r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
bors[bot] and taiki-e authored Nov 20, 2019
2 parents faa3d46 + ff9bea3 commit 5ee380f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/ui/pin_project/self-in-where-clause.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ error[E0277]: the trait bound `__Struct<'pin, T>: Trait` is not satisfied
--> $DIR/self-in-where-clause.rs:5:1
|
5 | #[pin_project]
| ^^^^^^^^^^^^^-
| | |
| | required by `__Struct`
| ^^^^^^^^^^^^^^
| |
| the trait `Trait` is not implemented for `__Struct<'pin, T>`
| required by `__Struct`

error[E0277]: the trait bound `__StructProjection<'pin, T>: Trait` is not satisfied
--> $DIR/self-in-where-clause.rs:5:14
--> $DIR/self-in-where-clause.rs:5:1
|
5 | #[pin_project]
| ^
| |
| the trait `Trait` is not implemented for `__StructProjection<'pin, T>`
| required by `__StructProjection`
| ^^^^^^^^^^^^^^
| |
| the trait `Trait` is not implemented for `__StructProjection<'pin, T>`
| required by `__StructProjection`

error[E0277]: the trait bound `__StructProjectionRef<'pin, T>: Trait` is not satisfied
--> $DIR/self-in-where-clause.rs:5:14
--> $DIR/self-in-where-clause.rs:5:1
|
5 | #[pin_project]
| ^
| |
| the trait `Trait` is not implemented for `__StructProjectionRef<'pin, T>`
| required by `__StructProjectionRef`
| ^^^^^^^^^^^^^^
| |
| the trait `Trait` is not implemented for `__StructProjectionRef<'pin, T>`
| required by `__StructProjectionRef`

0 comments on commit 5ee380f

Please sign in to comment.