We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mut
1 parent 9d28fe3 commit 95613e3Copy full SHA for 95613e3
tests/ui/sanitizer/cfi/coroutine.rs
@@ -26,7 +26,7 @@ use std::async_iter::AsyncIterator;
26
27
#[test]
28
fn general_coroutine() {
29
- let mut coro = #[coroutine] |x: i32| {
+ let coro = #[coroutine] |x: i32| {
30
yield x;
31
"done"
32
};
0 commit comments