summaryrefslogtreecommitdiffstats
path: root/tests/ui/inference/inference_unstable_forced.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/inference/inference_unstable_forced.stderr')
-rw-r--r--tests/ui/inference/inference_unstable_forced.stderr12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ui/inference/inference_unstable_forced.stderr b/tests/ui/inference/inference_unstable_forced.stderr
new file mode 100644
index 000000000..a1c4cd851
--- /dev/null
+++ b/tests/ui/inference/inference_unstable_forced.stderr
@@ -0,0 +1,12 @@
+error[E0658]: use of unstable library feature 'ipu_flatten'
+ --> $DIR/inference_unstable_forced.rs:11:20
+ |
+LL | assert_eq!('x'.ipu_flatten(), 0);
+ | ^^^^^^^^^^^
+ |
+ = note: see issue #99999 <https://github.com/rust-lang/rust/issues/99999> for more information
+ = 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`.