document BorrowChecker, make creation unsafe
This commit is contained in:
@@ -46,7 +46,7 @@ impl CookieCutterExercise {
|
||||
pub fn test(&self) {
|
||||
let ctx = WasiCtx::new();
|
||||
let host_memory = HostMemory::new();
|
||||
let bc = BorrowChecker::new();
|
||||
let bc = unsafe { BorrowChecker::new() };
|
||||
|
||||
let res = ints::cookie_cutter(
|
||||
&ctx,
|
||||
|
||||
Reference in New Issue
Block a user