From 493b76f6493682ce7579c9f2dad2e77da142224e Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 20 Mar 2023 03:06:44 +0000 Subject: [PATCH] ices/109144.rs: fixed with errors === stdout === === stderr === error[E0459]: `#[link]` attribute requires a `name = "string"` argument --> /home/runner/work/glacier/glacier/ices/109144.rs:2:1 | 2 | #[link(kind = "static", modifiers = "+whole-archive,+bundle")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `name` argument error: aborting due to previous error For more information about this error, try `rustc --explain E0459`. ============== --- {ices => fixed}/109144.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109144.rs (100%) diff --git a/ices/109144.rs b/fixed/109144.rs similarity index 100% rename from ices/109144.rs rename to fixed/109144.rs