We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static X: i32 = 1; static Y: i32 = 2; #[repr(C)] enum Foo { Bar = X, Baz = Y, }
This worked in 1e6b699 but not in a490871.
cc @huonw