From f779994b1cc8992a224270ab7ff3531057ba645a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20=C3=96sterberg?= <carl.vilhelms.osterberg@gmail.com> Date: Fri, 5 Mar 2021 16:42:38 +0100 Subject: [PATCH] test --- examples/rtic_bare4.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rtic_bare4.rs b/examples/rtic_bare4.rs index ed77a98..d6ccbee 100644 --- a/examples/rtic_bare4.rs +++ b/examples/rtic_bare4.rs @@ -102,6 +102,7 @@ const APP: () = { // //unsafe { core::ptr::read_volatile(addr as *const _) } // core::ptr::read_volatile(addr as *const _) // +// // What was the error message and explain why. // // error[E0133]: call to unsafe function is unsafe and requires unsafe function or block. -- GitLab