From 912d1ddb0bf9f4bad0fd1a492692134dcfc5cc03 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 19 Mar 2022 12:06:13 +0000 Subject: [PATCH] ices/92537.sh: fixed with errors === stdout === === stderr === warning: unused variable: `g` --> :12:9 | 12 | let g: *mut dyn Fn(&'_ u32) -> Option> = | ^ help: if this is intentional, prefix it with an underscore: `_g` | = note: `#[warn(unused_variables)]` on by default error: linker `link.exe` not found | = note: No such file or directory (os error 2) note: the msvc targets depend on the msvc linker but `link.exe` was not found note: please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 was installed with the Visual C++ option error: aborting due to previous error; 1 warning emitted ============== --- {ices => fixed}/92537.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/92537.sh (100%) diff --git a/ices/92537.sh b/fixed/92537.sh similarity index 100% rename from ices/92537.sh rename to fixed/92537.sh