Files
rust/tests/ui/rfcs/rfc-2632-const-trait-impl/effects/helloworld.stderr
2024-06-22 14:11:11 +00:00

12 lines
361 B
Plaintext

warning: the feature `effects` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/helloworld.rs:8:5
|
LL | 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