Skip to content

Commit 6cc5efc

Browse files
authored
[SOL] Set 32 bits for SBF minimum enum size (rust-lang#90)
1 parent 499875e commit 6cc5efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/base/sbf_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ SECTIONS
6060
requires_lto: false,
6161
singlethread: true,
6262
vendor: "solana".into(),
63+
c_enum_min_bits: Some(32),
6364
.. Default::default()
6465
}
6566
}

0 commit comments

Comments
 (0)