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-12-25 09:56:47 -06:00
|
|
|
--> $DIR/inference_unstable.rs:16:20
|
2018-02-26 07:34:06 -06:00
|
|
|
|
|
|
|
|
LL | assert_eq!('x'.ipu_flatten(), 1);
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[warn(unstable_name_collisions)]` on by default
|
2018-05-01 03:52:03 -05:00
|
|
|
= warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
|
2018-03-10 11:58:57 -06:00
|
|
|
= note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
|
2018-02-26 07:34:06 -06:00
|
|
|
= help: call with fully qualified syntax `inference_unstable_itertools::IpuItertools::ipu_flatten(...)` to keep using the current method
|
2019-07-07 04:37:34 -05:00
|
|
|
= help: add `#![feature(ipu_flatten)]` to the crate attributes to enable `inference_unstable_iterator::IpuIterator::ipu_flatten`
|
2018-02-26 07:34:06 -06:00
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|