]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/fn-const-param-infer.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / const-generics / fn-const-param-infer.stderr
CommitLineData
f9f354fc 1warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
e74abb32
XL
2 --> $DIR/fn-const-param-infer.rs:1:12
3 |
f035d41b 4LL | #![feature(const_generics)]
e74abb32
XL
5 | ^^^^^^^^^^^^^^
6 |
7 = note: `#[warn(incomplete_features)]` on by default
f9f354fc 8 = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information
e74abb32 9
f035d41b
XL
10error: using function pointers as const generic parameters is forbidden
11 --> $DIR/fn-const-param-infer.rs:4:25
e74abb32 12 |
f035d41b
XL
13LL | struct Checked<const F: fn(usize) -> bool>;
14 | ^^^^^^^^^^^^^^^^^
e74abb32 15
f035d41b 16error: aborting due to previous error; 1 warning emitted
e74abb32 17