Closed
Description
see: https://github.com/esp-rs/esp-hal/actions/runs/8342745449/job/22831570036#step:7:609
Compiling examples v0.0.0 (/home/runner/work/esp-hal/esp-hal/examples)
error: concrete type differs from previous defining opaque type use
--> src/bin/embassy_usb_serial_jtag.rs:27:1
|
27 | #[embassy_executor::task]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `writer::Fut`, got `impl Future<Output = ()>`
|
note: previous use here
--> src/bin/embassy_usb_serial_jtag.rs:27:1
|
27 | #[embassy_executor::task]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
error: concrete type differs from previous defining opaque type use
--> src/bin/embassy_usb_serial_jtag.rs:47:1
|
47 | #[embassy_executor::task]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reader::Fut`, got `impl Future<Output = ()>`
|
note: previous use here
--> src/bin/embassy_usb_serial_jtag.rs:47:1
|
47 | #[embassy_executor::task]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
Metadata
Metadata
Assignees
Labels
No labels