2021-02-03 08:38:05 -08:00
|
|
|
warning: an associated function with this name may be added to the standard library in the future
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/inference_unstable.rs:16:20
|
2018-02-26 21:34:06 +08:00
|
|
|
|
|
|
|
|
LL | assert_eq!('x'.ipu_flatten(), 1);
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[warn(unstable_name_collisions)]` on by default
|
2021-02-03 08:38:05 -08:00
|
|
|
= warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
|
2018-03-11 01:58:57 +08:00
|
|
|
= note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
|
2018-02-26 21:34:06 +08:00
|
|
|
= help: call with fully qualified syntax `inference_unstable_itertools::IpuItertools::ipu_flatten(...)` to keep using the current method
|
2019-07-07 11:37:34 +02:00
|
|
|
= help: add `#![feature(ipu_flatten)]` to the crate attributes to enable `inference_unstable_iterator::IpuIterator::ipu_flatten`
|
2018-02-26 21:34:06 +08:00
|
|
|
|
2021-02-03 08:38:05 -08:00
|
|
|
warning: an associated constant with this name may be added to the standard library in the future
|
|
|
|
--> $DIR/inference_unstable.rs:19:16
|
|
|
|
|
|
|
|
|
LL | assert_eq!(char::C, 1);
|
|
|
|
| ^^^^^^^ help: use the fully qualified path to the associated const: `<char as IpuItertools>::C`
|
|
|
|
|
|
|
|
|
= warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
|
|
|
|
= note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
|
|
|
|
= help: add `#![feature(assoc_const_ipu_iter)]` to the crate attributes to enable `inference_unstable_iterator::IpuIterator::C`
|
|
|
|
|
|
|
|
warning: 2 warnings emitted
|
2020-03-11 16:30:09 +01:00
|
|
|
|