rust/tests/ui/traits/const-traits/const-in-closure.stderr
Michael Goulet 25c9253379 Add tests
2024-10-24 09:46:36 +00:00

12 lines
419 B
Plaintext

warning: the feature `effects` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/const-in-closure.rs:4:30
|
LL | #![feature(const_trait_impl, effects)]
| ^^^^^^^
|
= note: see issue #102090 <https://github.com/rust-lang/rust/issues/102090> for more information
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted