From fcedf950599ba3bed07d4178bce33c590f96cb9a Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 27 Jul 2022 03:43:36 +0000 Subject: [PATCH] ices/93842.sh: fixed with errors === stdout === === stderr === warning: the feature `raw_dylib` is incomplete and may not be safe to use and/or cause compiler crashes --> :1:12 | 1 | #![feature(raw_dylib)] | ^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #58713 for more information 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}/93842.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/93842.sh (100%) diff --git a/ices/93842.sh b/fixed/93842.sh similarity index 100% rename from ices/93842.sh rename to fixed/93842.sh