]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/occurs-check/unify-fixpoint.stderr
Update unsuspicious file list
[rustc.git] / src / test / 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