aboutsummaryrefslogtreecommitdiff
path: root/ui/single/local-cfg-task-local-err.stderr
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-02-23 19:30:54 +0100
committerEmil Fresk <emil.fresk@gmail.com>2021-02-23 19:30:54 +0100
commit670cdb92d3a22f1e41c9a69912dbfca885fa5de4 (patch)
treedf9a94bd09e7e494da00fa067a741bb84df571ec /ui/single/local-cfg-task-local-err.stderr
parent210197d07955e760c031e05d1cc79689290335dc (diff)
Test output fix
Diffstat (limited to 'ui/single/local-cfg-task-local-err.stderr')
-rw-r--r--ui/single/local-cfg-task-local-err.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/single/local-cfg-task-local-err.stderr b/ui/single/local-cfg-task-local-err.stderr
index 9a84ead..73dfaeb 100644
--- a/ui/single/local-cfg-task-local-err.stderr
+++ b/ui/single/local-cfg-task-local-err.stderr
@@ -5,15 +5,15 @@ error: task local resource "l2" is used by multiple tasks
| ^^
error: task local resource "l2" is used by task "uart0" with priority 1
- --> $DIR/local-cfg-task-local-err.rs:51:39
+ --> $DIR/local-cfg-task-local-err.rs:54:39
|
-51 | #[cfg(feature = "feature_l2")]l2,
+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:60:44
+ --> $DIR/local-cfg-task-local-err.rs:63:44
|
-60 | #[cfg(not(feature = "feature_l2"))]l2
+63 | #[cfg(not(feature = "feature_l2"))]l2
| ^^
warning: unused import: `cortex_m_semihosting::debug`