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

ices/93760.rs: fixed with errors #1149

Merged
merged 1 commit into from
Feb 26, 2022
Merged

ices/93760.rs: fixed with errors #1149

merged 1 commit into from
Feb 26, 2022

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#93760

extern "C" {
    static FOO: [usize; usize::MAX];
}

pub fn main() {}
=== stdout ===
=== stderr ===
error: extern static is too large for the current architecture
 --> /home/runner/work/glacier/glacier/ices/93760.rs:2:5
  |
2 |     static FOO: [usize; usize::MAX];
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: extern static is too large for the current architecture
 --> /home/runner/work/glacier/glacier/ices/93760.rs:2:5
  |
2 |     static FOO: [usize; usize::MAX];
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 38b13e8 into master Feb 26, 2022
@Alexendoo Alexendoo deleted the autofix/ices/93760.rs branch February 26, 2022 12:11
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