]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-104396.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / consts / issue-104396.stderr
1 warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/issue-104396.rs:4: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