File tree 1 file changed +0
-6
lines changed
crates/bevy_macros_compile_fail_tests/tests/deref_mut_derive
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
6
6
|
7
7
note: required by a bound in `DerefMut`
8
8
--> $RUST/core/src/ops/deref.rs
9
- |
10
- | pub trait DerefMut: Deref {
11
- | ^^^^^ required by this bound in `DerefMut`
12
9
13
10
error[E0277]: the trait bound `Struct: Deref` is not satisfied
14
11
--> tests/deref_mut_derive/missing_deref.fail.rs:7:8
@@ -18,9 +15,6 @@ error[E0277]: the trait bound `Struct: Deref` is not satisfied
18
15
|
19
16
note: required by a bound in `DerefMut`
20
17
--> $RUST/core/src/ops/deref.rs
21
- |
22
- | pub trait DerefMut: Deref {
23
- | ^^^^^ required by this bound in `DerefMut`
24
18
25
19
error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
26
20
--> tests/deref_mut_derive/missing_deref.fail.rs:3:10
You can’t perform that action at this time.
0 commit comments