From dbe099404ee6b9004f4225b5f2c65d4c193c1b26 Mon Sep 17 00:00:00 2001 From: "henthe-5@student.ltu.se" <henthe-5@student.ltu.se> Date: Tue, 19 Feb 2019 09:39:24 +0100 Subject: [PATCH] bare0_2 --- examples/bare0.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare0.rs b/examples/bare0.rs index 1497138..3be74e1 100644 --- a/examples/bare0.rs +++ b/examples/bare0.rs @@ -67,7 +67,7 @@ fn main() -> ! { // 2. Alter the constant X_INIT so that `x += 1` directly causes `x` to wrap // what happens when `x` wraps // -// ** your answer here ** +// ** We end up in the panic handler ** // // Commit your answers (bare0_2) // -- GitLab