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.
1 parent 20ddb77 commit 93be136Copy full SHA for 93be136
program/rust/src/lib.rs
@@ -1,6 +1,8 @@
1
#![deny(warnings)]
2
// Allow non upper case globals from C
3
#![allow(non_upper_case_globals)]
4
+#![allow(incomplete_features)]
5
+#![feature(adt_const_params)]
6
7
mod c_oracle_header;
8
mod deserialize;
program/rust/src/tests/pyth_simulator.rs
@@ -37,6 +37,7 @@ use {
37
system_program,
38
},
39
solana_program_test::{
40
+ find_file,
41
read_file,
42
BanksClient,
43
BanksClientError,
0 commit comments