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

ices/68396.rs: fixed with errors #267

Merged
merged 1 commit into from
Jan 22, 2020
Merged

ices/68396.rs: fixed with errors #267

merged 1 commit into from
Jan 22, 2020

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#68396

fn main() {
    let 1234567890123456789012345678901234567890e-340: f64 = 0.0;
}
=== stdout ===
=== stderr ===
error[E0080]: could not evaluate float literal (see issue #31407)
 --> /home/runner/work/glacier/glacier/ices/68396.rs:2:9
  |
2 |     let 1234567890123456789012345678901234567890e-340: f64 = 0.0;
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0080]: could not evaluate float literal (see issue #31407)
 --> /home/runner/work/glacier/glacier/ices/68396.rs:2:9
  |
2 |     let 1234567890123456789012345678901234567890e-340: f64 = 0.0;
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.
==============
@JohnTitor JohnTitor merged commit 83d53ef into master Jan 22, 2020
@JohnTitor JohnTitor deleted the autofix/ices/68396.rs branch January 22, 2020 12:08
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