1
Fork 0
rust/src/test/ui/inference/inference_unstable_forced.stderr

13 lines
463 B
Text
Raw Normal View History

2019-04-10 16:40:12 -07:00
error[E0658]: use of unstable library feature 'ipu_flatten'
2018-12-25 08:56:47 -07:00
--> $DIR/inference_unstable_forced.rs:11:20
|
2019-03-09 15:03:44 +03:00
LL | assert_eq!('x'.ipu_flatten(), 0);
| ^^^^^^^^^^^
|
2019-04-11 11:42:06 -07:00
= note: for more information, see https://github.com/rust-lang/rust/issues/99999
= help: add `#![feature(ipu_flatten)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.