2021-06-19 18:42:24 -04:00
|
|
|
warning: trait method `try_into` will become ambiguous in Rust 2021
|
|
|
|
--> $DIR/future-prelude-collision-imported.rs:27:22
|
|
|
|
|
|
|
|
|
LL | let _: u32 = 3u8.try_into().unwrap();
|
|
|
|
| ^^^^^^^^^^^^^^ help: disambiguate the associated function: `TryIntoU32::try_into(3u8)`
|
|
|
|
|
|
2022-09-18 19:55:36 +04:00
|
|
|
= warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
|
|
|
|
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/prelude.html>
|
2021-06-19 18:42:24 -04:00
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/future-prelude-collision-imported.rs:4:9
|
|
|
|
|
|
2021-07-01 13:35:33 +02:00
|
|
|
LL | #![warn(rust_2021_prelude_collisions)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-06-19 18:42:24 -04:00
|
|
|
|
|
|
|
warning: trait method `try_into` will become ambiguous in Rust 2021
|
|
|
|
--> $DIR/future-prelude-collision-imported.rs:40:22
|
|
|
|
|
|
|
|
|
LL | let _: u32 = 3u8.try_into().unwrap();
|
|
|
|
| ^^^^^^^^^^^^^^ help: disambiguate the associated function: `crate::m::TryIntoU32::try_into(3u8)`
|
|
|
|
|
|
2021-06-24 16:45:19 +02:00
|
|
|
= warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
|
2021-08-09 17:45:01 +02:00
|
|
|
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/prelude.html>
|
2021-06-19 18:42:24 -04:00
|
|
|
|
|
|
|
warning: trait method `try_into` will become ambiguous in Rust 2021
|
|
|
|
--> $DIR/future-prelude-collision-imported.rs:53:22
|
|
|
|
|
|
|
|
|
LL | let _: u32 = 3u8.try_into().unwrap();
|
|
|
|
| ^^^^^^^^^^^^^^ help: disambiguate the associated function: `super::m::TryIntoU32::try_into(3u8)`
|
|
|
|
|
|
2021-06-24 16:45:19 +02:00
|
|
|
= warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
|
2021-08-09 17:45:01 +02:00
|
|
|
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/prelude.html>
|
2021-06-19 18:42:24 -04:00
|
|
|
|
2021-08-30 19:21:40 +02:00
|
|
|
warning: trait method `try_into` will become ambiguous in Rust 2021
|
|
|
|
--> $DIR/future-prelude-collision-imported.rs:64:22
|
|
|
|
|
|
|
|
|
LL | let _: u32 = 3u8.try_into().unwrap();
|
|
|
|
| ^^^^^^^^^^^^^^ help: disambiguate the associated function: `TryIntoU32::try_into(3u8)`
|
|
|
|
|
|
|
|
|
= warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
|
|
|
|
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/prelude.html>
|
|
|
|
|
|
|
|
warning: 4 warnings emitted
|
2021-06-19 18:42:24 -04:00
|
|
|
|