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

ices/70114.rs: fixed with no errors #315

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#70114

enum Nums {
    NegOne = -1,
}

fn main() {
    let kind = Nums::NegOne;
    let _v = kind as i32;
}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit afb3bbc into master Mar 23, 2020
@Alexendoo Alexendoo deleted the autofix/ices/70114.rs branch March 23, 2020 14:01
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants