diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2024-06-30 17:08:45 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2024-06-30 17:08:45 +0000 |
| commit | daff015314b9ffeb2f65fa45659a1c3008149534 (patch) | |
| tree | ebc6550fb2ac73275530812d7c340d9f528a3589 /tests/ui/generic-const-items/const-trait-impl.rs | |
| parent | 34ae56de35d4c8b61f51758113debea2ec7c21e7 (diff) | |
| download | rust-daff015314b9ffeb2f65fa45659a1c3008149534.tar.gz rust-daff015314b9ffeb2f65fa45659a1c3008149534.zip | |
Migrate tests to use `-Znext-solver`
Diffstat (limited to 'tests/ui/generic-const-items/const-trait-impl.rs')
| -rw-r--r-- | tests/ui/generic-const-items/const-trait-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-const-items/const-trait-impl.rs b/tests/ui/generic-const-items/const-trait-impl.rs index 34be9fe6014..51209121bd9 100644 --- a/tests/ui/generic-const-items/const-trait-impl.rs +++ b/tests/ui/generic-const-items/const-trait-impl.rs @@ -1,5 +1,5 @@ //@ check-pass - +//@ compile-flags: -Znext-solver // Test that we can call methods from const trait impls inside of generic const items. #![feature(generic_const_items, const_trait_impl, effects)] |
