rust/tests/ui/const-generics/occurs-check/unify-fixpoint.stderr
Matthias Krüger 5b5dec338d add test for #97725
Fixes #97725
2024-03-22 17:12:43 +01:00

12 lines
415 B
Plaintext

warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/unify-fixpoint.rs:7:12
|
LL | #![feature(generic_const_exprs)]
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted