diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2024-06-25 07:52:44 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2024-06-28 10:57:35 +0000 |
| commit | 74e7b5bd762ac9be7d84689271324826d2056a7f (patch) | |
| tree | 388f8f9001f6c47e5161547e5e6b4ef4173ec3cb /tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs | |
| parent | 3637b153f7cb8de14588ea82a15a28499bcb3b3f (diff) | |
| download | rust-74e7b5bd762ac9be7d84689271324826d2056a7f.tar.gz rust-74e7b5bd762ac9be7d84689271324826d2056a7f.zip | |
temporarily disable effects on specialization tests
Diffstat (limited to 'tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs')
| -rw-r--r-- | tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs b/tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs index 8e71fa4d519..691bce19dc2 100644 --- a/tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs +++ b/tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs @@ -1,4 +1,5 @@ -#![feature(const_trait_impl, effects)] //~ WARN the feature `effects` is incomplete +#![feature(const_trait_impl)] +// FIXME(effects) add effects //@ edition: 2021 #[const_trait] |
