Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![crate_name = "bar"]
pub enum E {
A = 12,
B,
C = 1245,
}
pub enum F {
A,
#[repr(u32)]
pub enum G {
C(u32),
pub enum H {
#[repr(C)]
pub enum N {
pub enum O {
A(u32),
pub enum P {
pub enum Q {