]> git.proxmox.com Git - rustc.git/blame - src/test/ui/inference/inference_unstable_forced.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / inference / inference_unstable_forced.stderr
CommitLineData
48663c56 1error[E0658]: use of unstable library feature 'ipu_flatten'
0731742a 2 --> $DIR/inference_unstable_forced.rs:11:20
0531ce1d 3 |
532ac7d7 4LL | assert_eq!('x'.ipu_flatten(), 0);
0531ce1d
XL
5 | ^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #99999 <https://github.com/rust-lang/rust/issues/99999> for more information
416331ca 8 = help: add `#![feature(ipu_flatten)]` to the crate attributes to enable
0531ce1d
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.