]>
Commit | Line | Data |
---|---|---|
48663c56 | 1 | error[E0658]: use of unstable library feature 'ipu_flatten' |
0731742a | 2 | --> $DIR/inference_unstable_forced.rs:11:20 |
0531ce1d | 3 | | |
532ac7d7 | 4 | LL | 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 | |
10 | error: aborting due to previous error | |
11 | ||
12 | For more information about this error, try `rustc --explain E0658`. |