aboutsummaryrefslogtreecommitdiff
path: root/ui/single/local-cfg-task-local-err.stderr
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-10-15 18:27:48 +0200
committerEmil Fresk <emil.fresk@gmail.com>2020-10-15 18:27:48 +0200
commit6808cc7cdf1512a7b10dd43f268f430a676c606e (patch)
tree67c0eadf6d8a98a2691b816d46a5103d159d6bbc /ui/single/local-cfg-task-local-err.stderr
parentc5b5ea60e826a7b95bd04055a722ecdc332df1d0 (diff)
parentf9303cef1cf5b2d57d26e7667289fbdccf959ea8 (diff)
Merge branch 'master' into spawn_experiment
Diffstat (limited to 'ui/single/local-cfg-task-local-err.stderr')
-rw-r--r--ui/single/local-cfg-task-local-err.stderr37
1 files changed, 37 insertions, 0 deletions
diff --git a/ui/single/local-cfg-task-local-err.stderr b/ui/single/local-cfg-task-local-err.stderr
new file mode 100644
index 0000000..9a84ead
--- /dev/null
+++ b/ui/single/local-cfg-task-local-err.stderr
@@ -0,0 +1,37 @@
+error: task local resource "l2" is used by multiple tasks
+ --> $DIR/local-cfg-task-local-err.rs:25:9
+ |
+25 | l2: u32,
+ | ^^
+
+error: task local resource "l2" is used by task "uart0" with priority 1
+ --> $DIR/local-cfg-task-local-err.rs:51:39
+ |
+51 | #[cfg(feature = "feature_l2")]l2,
+ | ^^
+
+error: task local resource "l2" is used by task "uart1" with priority 1
+ --> $DIR/local-cfg-task-local-err.rs:60:44
+ |
+60 | #[cfg(not(feature = "feature_l2"))]l2
+ | ^^
+
+warning: unused import: `cortex_m_semihosting::debug`
+ --> $DIR/local-cfg-task-local-err.rs:8:5
+ |
+8 | use cortex_m_semihosting::debug;
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ |
+ = note: `#[warn(unused_imports)]` on by default
+
+warning: unused import: `cortex_m_semihosting::hprintln`
+ --> $DIR/local-cfg-task-local-err.rs:9:5
+ |
+9 | use cortex_m_semihosting::hprintln;
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+warning: unused import: `lm3s6965::Interrupt`
+ --> $DIR/local-cfg-task-local-err.rs:10:5
+ |
+10 | use lm3s6965::Interrupt;
+ | ^^^^^^^^^^^^^^^^^^^