]> git.proxmox.com Git - rustc.git/blob - src/test/ui/inference/inference_unstable.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / inference / inference_unstable.stderr
1 warning: an associated function with this name may be added to the standard library in the future
2 --> $DIR/inference_unstable.rs:16:20
3 |
4 LL | assert_eq!('x'.ipu_flatten(), 1);
5 | ^^^^^^^^^^^
6 |
7 = note: `#[warn(unstable_name_collisions)]` on by default
8 = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
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
11 = help: add `#![feature(ipu_flatten)]` to the crate attributes to enable `inference_unstable_iterator::IpuIterator::ipu_flatten`
12
13 warning: an associated constant with this name may be added to the standard library in the future
14 --> $DIR/inference_unstable.rs:19:16
15 |
16 LL | assert_eq!(char::C, 1);
17 | ^^^^^^^ help: use the fully qualified path to the associated const: `<char as IpuItertools>::C`
18 |
19 = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
20 = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
21 = help: add `#![feature(assoc_const_ipu_iter)]` to the crate attributes to enable `inference_unstable_iterator::IpuIterator::C`
22
23 warning: 2 warnings emitted
24