From 626e79907c315a7863d8ca12b281871d2d674927 Mon Sep 17 00:00:00 2001 From: Jonas Jacobsson <jonjac-6@student.ltu.se> Date: Fri, 12 Mar 2021 13:01:40 +0000 Subject: [PATCH] Update rtic_bare1.rs --- examples/rtic_bare1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtic_bare1.rs b/examples/rtic_bare1.rs index 4500389..5bc07b4 100644 --- a/examples/rtic_bare1.rs +++ b/examples/rtic_bare1.rs @@ -50,7 +50,7 @@ const APP: () = { // // Explain in your own words why the code panic:ed. // -// It panicked because of an attempted overflow +// It panicked because of an attempted overflow. You add 1 to max on a unsinged 32 and that should trigger an error. // // Commit your answer (bare1_1) // -- GitLab