diff options
| author | Michael Goulet <michael@errs.io> | 2024-10-30 18:03:44 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-11-03 18:59:31 +0000 |
| commit | 0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2 (patch) | |
| tree | 052f57746f8e51c0c4a7e1d29a7d0d954fee3cdf /tests/rustdoc/inline_cross | |
| parent | ace9e4c078ee91dc2e809cc563776ddadefddf44 (diff) | |
| download | rust-0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2.tar.gz rust-0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2.zip | |
Yeet effects feature
Diffstat (limited to 'tests/rustdoc/inline_cross')
| -rw-r--r-- | tests/rustdoc/inline_cross/auxiliary/const-effect-param.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc/inline_cross/auxiliary/const-effect-param.rs b/tests/rustdoc/inline_cross/auxiliary/const-effect-param.rs index 161d0c9d54e..db198e0fce9 100644 --- a/tests/rustdoc/inline_cross/auxiliary/const-effect-param.rs +++ b/tests/rustdoc/inline_cross/auxiliary/const-effect-param.rs @@ -1,6 +1,5 @@ //@ compile-flags: -Znext-solver -#![feature(effects, const_trait_impl)] -#![allow(incomplete_features)] +#![feature(const_trait_impl)] #[const_trait] pub trait Resource {} |
