]> git.proxmox.com Git - rustc.git/blame - src/test/ui/inference/inference_unstable.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / inference / inference_unstable.stderr
CommitLineData
0531ce1d
XL
1warning: a method with this name may be added to the standard library in the future
2 --> $DIR/inference_unstable.rs:26:20
3 |
4LL | assert_eq!('x'.ipu_flatten(), 1);
5 | ^^^^^^^^^^^
6 |
83c7162d
XL
7 = note: #[warn(unstable_name_collisions)] on by default
8 = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
0531ce1d
XL
9 = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
10 = help: call with fully qualified syntax `inference_unstable_itertools::IpuItertools::ipu_flatten(...)` to keep using the current method
0bf4aa26 11 = help: add #![feature(ipu_flatten)] to the crate attributes to enable `inference_unstable_iterator::IpuIterator::ipu_flatten`
0531ce1d 12