diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-07-09 11:00:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 11:00:11 +0000 |
| commit | e1a4d001f8e724596cd9de3e90698ce7de473b3f (patch) | |
| tree | f7aac5eae4cc2e19cc06bfd6fa8dab843dcfb276 /ui/local-cfg-task-local-err.stderr | |
| parent | 13dc3992e616d817e38c167c4b47db816855f18b (diff) | |
| parent | f3d9fd9b638a25b497e1ca02e7ce5de86c9fc1c9 (diff) | |
Merge #494
494: Resoures take 2 r=korken89 a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'ui/local-cfg-task-local-err.stderr')
| -rw-r--r-- | ui/local-cfg-task-local-err.stderr | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ui/local-cfg-task-local-err.stderr b/ui/local-cfg-task-local-err.stderr deleted file mode 100644 index 73dfaeb..0000000 --- a/ui/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; - | ^^^^^^^^^^^^^^^^^^^ |
