File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ fn main() {
37
37
another_item.write().unwrap().some_mutable_method();
38
38
//~^ ERROR no method named `some_mutable_method` found for struct `RwLock` in the current scope [E0599]
39
39
//~| HELP use `.write()` to mutably borrow the `Struct<u32>`, blocking the current thread until it can be acquired
40
- }
40
+ }
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ fn main() {
37
37
another_item. some_mutable_method ( ) ;
38
38
//~^ ERROR no method named `some_mutable_method` found for struct `RwLock` in the current scope [E0599]
39
39
//~| HELP use `.write()` to mutably borrow the `Struct<u32>`, blocking the current thread until it can be acquired
40
- }
40
+ }
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ fn main() {
23
23
item. method ( ) ;
24
24
//~^ ERROR no method named `method` found for union `MaybeUninit` in the current scope [E0599]
25
25
//~| HELP if this `MaybeUninit::<Struct<u32>>` has been initialized, use one of the `assume_init` methods to access the inner value
26
- }
26
+ }
You can’t perform that action at this time.
0 commit comments