rtic/ui/local-cfg-task-local-err.stderr

38 lines
1.1 KiB
Text
Raw Normal View History

2020-09-08 19:51:10 +02:00
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
2021-02-23 19:30:54 +01:00
--> $DIR/local-cfg-task-local-err.rs:54:39
2020-09-08 19:51:10 +02:00
|
2021-02-23 19:30:54 +01:00
54 | #[cfg(feature = "feature_l2")]l2,
2020-09-08 19:51:10 +02:00
| ^^
error: task local resource "l2" is used by task "uart1" with priority 1
2021-02-23 19:30:54 +01:00
--> $DIR/local-cfg-task-local-err.rs:63:44
2020-09-08 19:51:10 +02:00
|
2021-02-23 19:30:54 +01:00
63 | #[cfg(not(feature = "feature_l2"))]l2
2020-09-08 19:51:10 +02:00
| ^^
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;
| ^^^^^^^^^^^^^^^^^^^