-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Running Rust 1.82, just cloned the repository and ran cargo run --example cpu-monitor
The error that follows is for cpu-monitor, but split-chart has the same error.
/Users/xxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.7.1/src/device/mod.rs:1529:26
|
1516 | let mut desc_set = desc_sets.pop().unwrap();
| ------------ bindingdesc_set
declared here
...
1529 | set: desc_set.raw_mut(),
| ^^^^^^^^ borrowed value does not live long enough
...
1549 | }
| -
| |
|desc_set
dropped here while still borrowed
| borrow might be used here, whenwrite_map
is dropped and runs theDrop
code for typeBTreeMap
Metadata
Metadata
Assignees
Labels
No labels