]> git.proxmox.com Git - rustc.git/blob - src/test/ui/polymorphization/promoted-function-2.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / 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: `#[warn(incomplete_features)]` on by default
8 = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
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