feat: Implement Windows ARM build #4582
Annotations
3 errors
|
|
|
crates/rendering/src/project_recordings.rs#L67
error[E0502]: cannot borrow `input` as mutable because it is also borrowed as immutable
--> crates/rendering/src/project_recordings.rs:67:36
|
24 | let stream = input
| ----- immutable borrow occurs here
...
67 | for (s, packet) in input.packets() {
| ^^^^^^^^^^^^^^^ mutable borrow occurs here
68 | if s.index() == stream.index() {
| ------ immutable borrow later used here
|
|
crates/rendering/src/project_recordings.rs#L67
error[E0596]: cannot borrow `input` as mutable, as it is not declared as mutable
--> crates/rendering/src/project_recordings.rs:67:36
|
67 | for (s, packet) in input.packets() {
| ^^^^^ cannot borrow as mutable
|
help: consider changing this to be mutable
|
22 | let mut input =
| +++
|
The logs for this run have expired and are no longer available.
Loading