]> git.lizzy.rs Git - rust.git/blob - tests/ui/polymorphization/promoted-function-2.stderr
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / tests / ui / polymorphization / promoted-function-2.stderr
1 warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/promoted-function-2.rs:4:12
3    |
4 LL | #![feature(generic_const_exprs, rustc_attrs)]
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 error: item has unused generic parameters
11   --> $DIR/promoted-function-2.rs:8:4
12    |
13 LL | fn test<T>() {
14    |    ^^^^ - generic parameter `T` is unused
15
16 error: aborting due to previous error; 1 warning emitted
17