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 | 11d16c4082be25fd42b48b37e199f18b4dfe51ed (patch) | |
| tree | 4fbbe9d1e2c507b665e5bdc5d99ef2b79eaa85d7 /compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs | |
| parent | 5d97ada1eca831936257598bd60f1857091ec4b7 (diff) | |
| download | rust-11d16c4082be25fd42b48b37e199f18b4dfe51ed.tar.gz rust-11d16c4082be25fd42b48b37e199f18b4dfe51ed.zip | |
update use of feature flags
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs b/compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs index 14bd23e77ea..25bfe542d22 100644 --- a/compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs +++ b/compiler/rustc_codegen_cranelift/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)] |
