about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-18 18:24:49 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-18 18:24:49 +0000
commitf6c0006b2a338fadc0d97ebe6444c5247e95e80b (patch)
tree088d2c5443f53d341f2abe892135cff2ce975a94
parent973dd562e826a0db422a9fbf34de960ec3465577 (diff)
parent89ab75e85638be863048dc794c5cb9d1f44107cf (diff)
downloadrust-f6c0006b2a338fadc0d97ebe6444c5247e95e80b.tar.gz
rust-f6c0006b2a338fadc0d97ebe6444c5247e95e80b.zip
Sync from rust 6a62871320e262661bb1a0ea7f8aec9d3abeddf2
-rw-r--r--example/gen_block_iterate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/gen_block_iterate.rs b/example/gen_block_iterate.rs
index 14bd23e77ea..25bfe542d22 100644
--- a/example/gen_block_iterate.rs
+++ b/example/gen_block_iterate.rs
@@ -1,7 +1,7 @@
 // Copied from https://github.com/rust-lang/rust/blob/46455dc65069387f2dc46612f13fd45452ab301a/tests/ui/coroutine/gen_block_iterate.rs
 // revisions: next old
 //compile-flags: --edition 2024 -Zunstable-options
-//[next] compile-flags: -Ztrait-solver=next
+//[next] compile-flags: -Znext-solver
 // run-pass
 #![feature(gen_blocks)]