]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/issues/issue-68977.stderr
New upstream version 1.47.0+dfsg1
[rustc.git] / src / test / ui / const-generics / issues / issue-68977.stderr
CommitLineData
f035d41b
XL
1warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
2 --> $DIR/issue-68977.rs:1:12
3 |
4LL | #![feature(const_generics)]
5 | ^^^^^^^^^^^^^^
6 |
7 = note: `#[warn(incomplete_features)]` on by default
8 = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information
9
10error: constant expression depends on a generic parameter
11 --> $DIR/issue-68977.rs:31:44
12 |
13LL | FxpStorageHelper<INT_BITS, FRAC_BITS>: FxpStorage,
14 | ^^^^^^^^^^
15 |
16 = note: this may fail depending on what value the parameter takes
17
18error: aborting due to previous error; 1 warning emitted
19