Skip to content

Commit

Permalink
Revert "Update error golden (MSRV bump, guess 1.75 has a better error…
Browse files Browse the repository at this point in the history
… message)"

This reverts commit d710987.

Github CI doesn't agree with my local outputs? No clue, quite strange.
  • Loading branch information
ArthurBrussee committed Jan 17, 2024
1 parent f0e6541 commit ab36f5b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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 @@ -18,9 +15,6 @@ 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 ab36f5b

Please sign in to comment.