aboutsummaryrefslogtreecommitdiff
path: root/ui/single/local-cfg-task-local-err.stderr
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-03-03 09:22:45 +0100
committerGitHub <noreply@github.com>2021-03-03 09:22:45 +0100
commit4714b8ee54d027ba6797731190a2368187a31c79 (patch)
tree5941bf7613f9195b04793c1227c840b89995c970 /ui/single/local-cfg-task-local-err.stderr
parent08a37d6d3d7e7f599c7d5b2723ed15d8355963d1 (diff)
parent5e5fbf0ee9b254ec7d61f3f820168f11cb6a2c14 (diff)
Merge pull request #450 from AfoHT/testssingleonly
Cleanup of tests, solve duplicate panic handler error
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, 0 insertions, 37 deletions
diff --git a/ui/single/local-cfg-task-local-err.stderr b/ui/single/local-cfg-task-local-err.stderr
deleted file mode 100644
index 73dfaeb..0000000
--- a/ui/single/local-cfg-task-local-err.stderr
+++ /dev/null
@@ -1,37 +0,0 @@
-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:54:39
- |
-54 | #[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:63:44
- |
-63 | #[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;
- | ^^^^^^^^^^^^^^^^^^^