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 d084d33 commit 4b71596Copy full SHA for 4b71596
lib/opte/src/lib.rs
@@ -31,6 +31,7 @@ extern crate self as opte;
31
use alloc::boxed::Box;
32
use core::fmt;
33
use core::fmt::Display;
34
+#[cfg(any(feature = "engine", test))]
35
use engine::stat::StatTree;
36
37
pub use ingot;
@@ -258,6 +259,7 @@ pub struct ExecCtx {
258
259
pub log: Box<dyn LogProvider>,
260
}
261
262
263
pub(crate) struct ExecCtx2<'a> {
264
pub user_ctx: &'a ExecCtx,
265
pub stats: &'a mut StatTree,
0 commit comments