diff options
Diffstat (limited to 'macros/ui/task-interrupt.stderr')
| -rw-r--r-- | macros/ui/task-interrupt.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/ui/task-interrupt.stderr b/macros/ui/task-interrupt.stderr index 6efb0f9..087b6c6 100644 --- a/macros/ui/task-interrupt.stderr +++ b/macros/ui/task-interrupt.stderr @@ -1,5 +1,5 @@ error: this task is defined multiple times - --> $DIR/task-interrupt.rs:9:8 + --> ui/task-interrupt.rs:9:14 | -9 | fn foo(_: foo::Context) {} - | ^^^ +9 | async fn foo(_: foo::Context) {} + | ^^^ |
