]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/occurs-check/unify-fixpoint.stderr
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / const-generics / occurs-check / unify-fixpoint.stderr
1 warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/unify-fixpoint.rs:2:12
3    |
4 LL | #![feature(generic_const_exprs)]
5    |            ^^^^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
8    = note: `#[warn(incomplete_features)]` on by default
9
10 warning: 1 warning emitted
11