Open
Description
enum Foo{
Bar = 99999999999999999999999999999999999999999999999999999999,
Qaz,
Quax,
}
#[repr(u8)]
enum Bar{
Qaz = 256,
Quax = -1,
}
fn main(){}
This code passes without any errors in gccrs.
Link: https://godbolt.org/z/M54P3h3Y1
Metadata
Metadata
Assignees
Labels
No labels
Activity
nobel-sh commentedon Jan 6, 2025
Not certain but this might be related to #3352.