diff options
Diffstat (limited to 'macros/ui/task-idle.stderr')
-rw-r--r-- | macros/ui/task-idle.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/ui/task-idle.stderr b/macros/ui/task-idle.stderr index ba4fc94c..4ccc1135 100644 --- a/macros/ui/task-idle.stderr +++ b/macros/ui/task-idle.stderr @@ -1,5 +1,5 @@ error: this identifier has already been used - --> $DIR/task-idle.rs:12:8 + --> ui/task-idle.rs:12:14 | -12 | fn foo(_: foo::Context) {} - | ^^^ +12 | async fn foo(_: foo::Context) {} + | ^^^ |