Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
ices/105819.rs: fixed with no errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: unused variable: `x`
  --> /home/runner/work/glacier/glacier/ices/105819.rs:12:9
   |
12 |     let x = move || {
   |         ^ help: if this is intentional, prefix it with an underscore: `_x`
   |
   = note: `#[warn(unused_variables)]` on by default

warning: unused variable: `a`
  --> /home/runner/work/glacier/glacier/ices/105819.rs:13:18
   |
13 |         let Foo((a, b)) = foo;
   |                  ^ help: if this is intentional, prefix it with an underscore: `_a`

warning: unused variable: `b`
  --> /home/runner/work/glacier/glacier/ices/105819.rs:13:21
   |
13 |         let Foo((a, b)) = foo;
   |                     ^ help: if this is intentional, prefix it with an underscore: `_b`

warning: function `upvar` is never used
 --> /home/runner/work/glacier/glacier/ices/105819.rs:6:4
  |
6 | fn upvar() {
  |    ^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

warning: 4 warnings emitted

==============
  • Loading branch information
rustbot committed Aug 5, 2023
1 parent 9bcaa67 commit 833df6c
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 833df6c

Please sign in to comment.