Skip to content

Commit 9e09aec

Browse files
committed
Remove the missing_deref_fal.stderr CI error "fix"
1 parent c304119 commit 9e09aec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/bevy_macros_compile_fail_tests/tests/deref_mut_derive/missing_deref.fail.stderr

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
66
|
77
note: required by a bound in `DerefMut`
88
--> $RUST/core/src/ops/deref.rs
9-
|
10-
| pub trait DerefMut: Deref {
11-
| ^^^^^ required by this bound in `DerefMut`
129

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

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

0 commit comments

Comments
 (0)