rust/tests/ui/lint/must_not_suspend
Oli Scherer aef0f4024a Error on using `yield` without also using `#[coroutine]` on the closure
And suggest adding the `#[coroutine]` to the closure
2024-04-24 08:05:29 +00:00
..
allocator.rs Detect allocator for box in must_not_suspend lint 2024-03-18 14:12:28 -04:00
allocator.stderr Detect allocator for box in must_not_suspend lint 2024-03-18 14:12:28 -04:00
boxed.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
boxed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
dedup.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dedup.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
feature-gate-must_not_suspend.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
feature-gate-must_not_suspend.stderr Bless tests 2024-01-13 12:46:58 -05:00
gated.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
gated.stderr Bless tests 2024-01-13 12:46:58 -05:00
generic.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
handled.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-89562.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
mutex.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
mutex.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
other_items.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
other_items.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ref.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
ref.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
return.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
trait.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
trait.stderr Revert duplication of tests. 2023-09-23 13:34:07 +00:00
tuple-mismatch.rs Error on using `yield` without also using `#[coroutine]` on the closure 2024-04-24 08:05:29 +00:00
tuple-mismatch.stderr Error on using `yield` without also using `#[coroutine]` on the closure 2024-04-24 08:05:29 +00:00
unit.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
unit.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
warn.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
warn.stderr Bless tests. 2023-09-23 13:47:30 +00:00