Skip to content

Commit

Permalink
fix tests fixture for rust 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Mar 30, 2024
1 parent e9b677a commit 6ef988c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ error[E0277]: the trait bound `StructWithoutRequiredTrait: TraitForField` is not
--> tests/compile_failure/not_respecting_where_clause.rs:17:20
|
17 | let _builder = GenericStructBuilder::builder().f1(StructWithoutRequiredTrait {});
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TraitForField` is not implemented for `StructWithoutRequiredTrait`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TraitForField` is not implemented for `StructWithoutRequiredTrait`
|
= help: the trait `TraitForField` is implemented for `FieldStruct`
note: required by a bound in `GenericStructBuilder::builder`
Expand Down

0 comments on commit 6ef988c

Please sign in to comment.