This repository has been archived by the owner on May 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ices/83309.rs: fixed with errors (#736)
=== stdout === === stderr === error[E0594]: cannot assign to `*v` which is behind a `&` reference --> /home/runner/work/glacier/glacier/ices/83309.rs:3:9 | 2 | for v in Query.iter_mut() { | ---------------- this iterator yields `&` references 3 | *v -= 1; | ^^^^^^^ `v` is a `&` reference, so the data it refers to cannot be written error: aborting due to previous error For more information about this error, try `rustc --explain E0594`. ============== Co-authored-by: rustbot <[email protected]>
- Loading branch information