]> git.proxmox.com Git - rustc.git/blame - src/test/ui/inference/inference_unstable_forced.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / inference / inference_unstable_forced.stderr
CommitLineData
0531ce1d 1error[E0658]: use of unstable library feature 'ipu_flatten' (see issue #99999)
0731742a 2 --> $DIR/inference_unstable_forced.rs:11:20
0531ce1d 3 |
532ac7d7 4LL | assert_eq!('x'.ipu_flatten(), 0);
0531ce1d
XL
5 | ^^^^^^^^^^^
6 |
7 = help: add #![feature(ipu_flatten)] to the crate attributes to enable
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0658`.