We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319c4be commit 79aa2a5Copy full SHA for 79aa2a5
1 file changed
lib/opte/src/lib.rs
@@ -30,6 +30,7 @@ extern crate self as opte;
30
use alloc::boxed::Box;
31
use core::fmt;
32
use core::fmt::Display;
33
+#[cfg(any(feature = "engine", test))]
34
use engine::stat::StatTree;
35
36
pub use ingot;
@@ -255,6 +256,7 @@ pub struct ExecCtx {
255
256
pub log: Box<dyn LogProvider>,
257
}
258
259
260
pub(crate) struct ExecCtx2<'a> {
261
pub user_ctx: &'a ExecCtx,
262
pub stats: &'a mut StatTree,
0 commit comments