2018-03-03 05:27:49 -06:00
|
|
|
warning: a method with this name may be added to the standard library in the future
|
2018-02-26 07:34:06 -06:00
|
|
|
--> $DIR/inference_unstable.rs:26:20
|
|
|
|
|
|
|
|
|
LL | assert_eq!('x'.ipu_flatten(), 1);
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: #[warn(unstable_name_collision)] on by default
|
2018-03-03 05:27:49 -06:00
|
|
|
= warning: once this method is added to the standard library, there will be ambiguity here, which will cause a hard error!
|
2018-02-26 07:34:06 -06:00
|
|
|
= note: for more information, see pr #48552 <https://github.com/rust-lang/rust/pull/48552>
|
|
|
|
= help: call with fully qualified syntax `inference_unstable_itertools::IpuItertools::ipu_flatten(...)` to keep using the current method
|
|
|
|
= note: add #![feature(ipu_flatten)] to the crate attributes to enable `inference_unstable_iterator::IpuIterator::ipu_flatten`
|
|
|
|
|