Skip to content

Commit

Permalink
Fix missing_deref.fail.stderr CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
taizu-jin committed Nov 28, 2023
1 parent a902ea6 commit 25b9d7d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
|
note: required by a bound in `DerefMut`
--> $RUST/core/src/ops/deref.rs
|
| pub trait DerefMut: Deref {
| ^^^^^ required by this bound in `DerefMut`

error[E0277]: the trait bound `Struct: Deref` is not satisfied
--> tests/deref_mut_derive/missing_deref.fail.rs:7:8
Expand All @@ -15,6 +18,9 @@ error[E0277]: the trait bound `Struct: Deref` is not satisfied
|
note: required by a bound in `DerefMut`
--> $RUST/core/src/ops/deref.rs
|
| pub trait DerefMut: Deref {
| ^^^^^ required by this bound in `DerefMut`

error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
--> tests/deref_mut_derive/missing_deref.fail.rs:3:10
Expand Down

0 comments on commit 25b9d7d

Please sign in to comment.