diff options
| author | lcnr <rust@lcnr.de> | 2023-12-14 13:11:28 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2023-12-14 15:22:37 +0100 |
| commit | 89ab75e85638be863048dc794c5cb9d1f44107cf (patch) | |
| tree | 18b1e23a893661ec8fbdd46636acec59a03f0124 | |
| parent | e3d2831ff4fb15520d21856c91c2d9233724bdd5 (diff) | |
| download | rust-89ab75e85638be863048dc794c5cb9d1f44107cf.tar.gz rust-89ab75e85638be863048dc794c5cb9d1f44107cf.zip | |
update use of feature flags
| -rw-r--r-- | example/gen_block_iterate.rs | 2 |
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)] |
