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 beb3f2c commit 42426e3Copy full SHA for 42426e3
tasm-lib/src/structure/tasm_object.rs
@@ -107,7 +107,8 @@ pub trait TasmStruct: TasmObject {
107
/// the program and asserts that the extracted value matches the original `bar`
108
/// value.
109
///
110
- /// ```ignore // derive macro `BFieldCodec` does not behave nicely; todo
+ /// ```no_compile
111
+ /// # // ^^^^^^^ derive macro `BFieldCodec` does not behave nicely; todo
112
/// # use tasm_lib::prelude::*;
113
/// # use tasm_lib::triton_vm::prelude::*;
114
/// # use tasm_lib::memory::encode_to_memory;
0 commit comments