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

ices/70723.rs: fixed with errors #324

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 7, 2020

Issue: rust-lang/rust#70723

#![feature(const_loop)]

static _X: () = loop {};

fn main() {}
=== stdout ===
=== stderr ===
error[E0080]: could not evaluate static initializer
 --> /home/runner/work/glacier/glacier/ices/70723.rs:3:17
  |
3 | static _X: () = loop {};
  |                 ^^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.
==============

=== stdout ===
=== stderr ===
error[E0080]: could not evaluate static initializer
 --> /home/runner/work/glacier/glacier/ices/70723.rs:3:17
  |
3 | static _X: () = loop {};
  |                 ^^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.
==============
@Alexendoo Alexendoo merged commit 3895d5b into master Apr 7, 2020
@Alexendoo Alexendoo deleted the autofix/ices/70723.rs branch April 7, 2020 13:57
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