]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const_evaluatable/function-call.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / const_evaluatable / function-call.stderr
1 warning: cannot use constants which depend on generic parameters in types
2 --> $DIR/function-call.rs:14:17
3 |
4 LL | let _ = [0; foo::<T>()];
5 | ^^^^^^^^^^
6 |
7 = note: `#[warn(const_evaluatable_unchecked)]` on by default
8 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9 = note: for more information, see issue #76200 <https://github.com/rust-lang/rust/issues/76200>
10
11 warning: 1 warning emitted
12