File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed 
crates/bevy_macros_compile_fail_tests/tests/deref_mut_derive Expand file tree Collapse file tree 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
66  |
77note: 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
1310error[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  |
1916note: 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
2519error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
2620 --> tests/deref_mut_derive/missing_deref.fail.rs:3:10
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments