From 833df6c15737f7ffe9063283d6e205508d876b92 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 5 Aug 2023 03:08:10 +0000 Subject: [PATCH] ices/105819.rs: fixed with no errors === 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 ============== --- {ices => fixed}/105819.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/105819.rs (100%) diff --git a/ices/105819.rs b/fixed/105819.rs similarity index 100% rename from ices/105819.rs rename to fixed/105819.rs