]> git.lizzy.rs Git - rust.git/blob - tests/ui/inference/inference_unstable_forced.stderr
Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=GuillaumeGomez
[rust.git] / tests / ui / inference / inference_unstable_forced.stderr
1 error[E0658]: use of unstable library feature 'ipu_flatten'
2   --> $DIR/inference_unstable_forced.rs:11:20
3    |
4 LL |     assert_eq!('x'.ipu_flatten(), 0);
5    |                    ^^^^^^^^^^^
6    |
7    = note: see issue #99999 <https://github.com/rust-lang/rust/issues/99999> for more information
8    = help: add `#![feature(ipu_flatten)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.