Skip to content
Snippets Groups Projects
Commit 41b3be99 authored by Per's avatar Per
Browse files

small fix

parent fb8f73d2
Branches
No related tags found
No related merge requests found
...@@ -298,7 +298,7 @@ Race freeness at this level can be argued from: ...@@ -298,7 +298,7 @@ Race freeness at this level can be argued from:
error[E0499]: cannot borrow `LOW` as mutable more than once at a time error[E0499]: cannot borrow `LOW` as mutable more than once at a time
--> examples/nested_new.rs:100:29 --> examples/nested_new.rs:100:29
| |
100 | LOW.claim_mut_new(b, t, |_low, b, t| { 100 | LOW.claim_mut(b, t, |_low, b, t| {
| --- ^^^^^^^^^^^^ second mutable borrow occurs here | --- ^^^^^^^^^^^^ second mutable borrow occurs here
``` ```
Trying to bluntly copy (clone) a resource handler will also fail. Trying to bluntly copy (clone) a resource handler will also fail.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment