We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a7ec8 commit 8f5440bCopy full SHA for 8f5440b
witnesscalc_adapter/src/lib.rs
@@ -8,6 +8,7 @@ pub mod convert_witness;
8
macro_rules! witness {
9
($x: ident) => {
10
$crate::paste::paste! {
11
+ #[allow(non_upper_case_globals)]
12
const [<$x _CIRCUIT_DATA>]: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/witnesscalc/src/", stringify!($x), ".dat"));
13
#[link(name = "witnesscalc_" [<$x>], kind = "static")]
14
extern "C" {
0 commit comments