Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/109144.rs: fixed with errors #1543

Merged
merged 1 commit into from
Mar 20, 2023
Merged

ices/109144.rs: fixed with errors #1543

merged 1 commit into from
Mar 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#109144

#![crate_type = "lib"]
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
extern "C" {}
=== 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`.
==============

=== 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`.
==============
@Alexendoo Alexendoo merged commit 900bcb1 into master Mar 20, 2023
@Alexendoo Alexendoo deleted the autofix/ices/109144.rs branch March 20, 2023 17:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants