diff options
| author | Brezak <[email protected]> | 2025-07-22 20:56:46 +0200 |
|---|---|---|
| committer | Brezak <[email protected]> | 2025-07-23 19:19:02 +0200 |
| commit | a52965dc5d3d0c706310998d3eda8bc15cd45b02 (patch) | |
| tree | 64087a9a6391c6ded8c7ddfb06652152b1b0759e /embassy-executor/tests/ui.rs | |
| parent | a5984a8298491ea748693783275d95286a481394 (diff) | |
embassy-executor: unsafe tasks as unsafe
Diffstat (limited to 'embassy-executor/tests/ui.rs')
| -rw-r--r-- | embassy-executor/tests/ui.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/tests/ui.rs b/embassy-executor/tests/ui.rs index 7757775ee..8b83cd368 100644 --- a/embassy-executor/tests/ui.rs +++ b/embassy-executor/tests/ui.rs | |||
| @@ -32,4 +32,5 @@ fn ui() { | |||
| 32 | t.compile_fail("tests/ui/self.rs"); | 32 | t.compile_fail("tests/ui/self.rs"); |
| 33 | t.compile_fail("tests/ui/type_error.rs"); | 33 | t.compile_fail("tests/ui/type_error.rs"); |
| 34 | t.compile_fail("tests/ui/where_clause.rs"); | 34 | t.compile_fail("tests/ui/where_clause.rs"); |
| 35 | t.pass("tests/ui/task_safety_attribute.rs"); | ||
| 35 | } | 36 | } |
