aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/unsafe_op_in_unsafe_task.rs
Commit message (Collapse)AuthorAgeFilesLines
* embassy-executor: add macro ui test for unsafe ops in unsafe tasksBrezak2025-07-231-0/+10
Check if the #[task] macro properly handles unsafe functions so the `unsafe_op_in_unsafe_fn` lint still works