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

ices/97634.rs: fixed with no errors #1320

Merged
merged 1 commit into from
Jun 26, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#97634

pub enum Register<const N: u16> {
    Field0 = 40,
    Field1,
}

fn main() {
    let _b = Register::<0>::Field1 as u16;
}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@JohnTitor JohnTitor merged commit 3ba4c2b into master Jun 26, 2022
@JohnTitor JohnTitor deleted the autofix/ices/97634.rs branch June 26, 2022 04:16
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