aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui.rs
Commit message (Collapse)AuthorAgeFilesLines
* embassy-executor: add macro ui test for unsafe ops in unsafe tasksBrezak2025-07-231-0/+2
| | | | Check if the #[task] macro properly handles unsafe functions so the `unsafe_op_in_unsafe_fn` lint still works
* embassy-executor: unsafe tasks as unsafeBrezak2025-07-231-0/+1
|
* excutor: fix Send unsoundness with `-> impl Future` tasks.Dario Nieuwenhuis2025-07-081-0/+2
|
* Update testsMatthew Tran2025-06-011-4/+9
|
* Allow `-> impl Future<Output = ()>` in #[task]Matthew Tran2025-05-281-0/+4
|
* Add testMatthew Tran2025-03-291-0/+1
|
* executor: add compile-fail / ui tests.Dario Nieuwenhuis2024-10-201-0/+23