]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/generic_const_exprs/issue-97047-ice-1.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / const-generics / generic_const_exprs / issue-97047-ice-1.stderr
1 warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/issue-97047-ice-1.rs:3:12
3    |
4 LL | #![feature(adt_const_params, generic_const_exprs)]
5    |            ^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #95174 <https://github.com/rust-lang/rust/issues/95174> for more information
8    = note: `#[warn(incomplete_features)]` on by default
9
10 warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
11   --> $DIR/issue-97047-ice-1.rs:3:30
12    |
13 LL | #![feature(adt_const_params, generic_const_exprs)]
14    |                              ^^^^^^^^^^^^^^^^^^^
15    |
16    = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
17
18 warning: 2 warnings emitted
19