From 7fdf16eab948ea04c1e56fdb5a704ed88780f5c6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 8 Apr 2018 18:23:27 +0200 Subject: update parser closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. --- tests/cfail/priority-too-low.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cfail/priority-too-low.rs') diff --git a/tests/cfail/priority-too-low.rs b/tests/cfail/priority-too-low.rs index 2be2254..e879511 100644 --- a/tests/cfail/priority-too-low.rs +++ b/tests/cfail/priority-too-low.rs @@ -9,6 +9,7 @@ extern crate stm32f103xx; use rtfm::app; app! { //~ error attempt to subtract with overflow + //~^ error constant evaluation error device: stm32f103xx, tasks: { -- cgit v1.2.3