From 272de1a2a3cdebe0a40e7358c99fe67b6a5c75d5 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 27 Apr 2021 12:08:42 +0000 Subject: [PATCH] ices/84434.rs: fixed with no errors === stdout === === stderr === warning: unused variable: `parent` --> /home/runner/work/glacier/glacier/ices/84434.rs:10:28 | 10 | } else if let Some(parent) = b.and_then(|p| p.parent()) { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `a` --> /home/runner/work/glacier/glacier/ices/84434.rs:7:19 | 7 | func: |check, a, b| { | ^ help: if this is intentional, prefix it with an underscore: `_a` warning: struct is never constructed: `A` --> /home/runner/work/glacier/glacier/ices/84434.rs:3:8 | 3 | struct A { | ^ | = note: `#[warn(dead_code)]` on by default warning: constant is never used: `MY_A` --> /home/runner/work/glacier/glacier/ices/84434.rs:6:1 | 6 | / const MY_A: A = A { 7 | | func: |check, a, b| { 8 | | if check { 9 | | let _ = (); ... | 13 | | }, 14 | | }; | |__^ warning: 4 warnings emitted ============== --- {ices => fixed}/84434.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/84434.rs (100%) diff --git a/ices/84434.rs b/fixed/84434.rs similarity index 100% rename from ices/84434.rs rename to fixed/84434.rs