2021-01-17 19:23:25 +00:00
|
|
|
error: lint `unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7
|
2020-12-06 14:01:03 +00:00
|
|
|
--> $DIR/deprecated_old.rs:1:8
|
2019-08-12 17:26:16 +00:00
|
|
|
|
|
|
|
|
LL | #[warn(unstable_as_slice)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 14:01:03 +00:00
|
|
|
|
|
|
|
|
= note: `-D renamed-and-removed-lints` implied by `-D warnings`
|
2019-08-12 17:26:16 +00:00
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
error: lint `unstable_as_mut_slice` has been removed: `Vec::as_mut_slice` has been stabilized in 1.7
|
2020-12-06 14:01:03 +00:00
|
|
|
--> $DIR/deprecated_old.rs:2:8
|
2019-08-12 17:26:16 +00:00
|
|
|
|
|
|
|
|
LL | #[warn(unstable_as_mut_slice)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
error: lint `misaligned_transmute` has been removed: this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr
|
2020-12-06 14:01:03 +00:00
|
|
|
--> $DIR/deprecated_old.rs:3:8
|
2019-08-12 17:26:16 +00:00
|
|
|
|
|
|
|
|
LL | #[warn(misaligned_transmute)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2021-05-07 19:53:02 +00:00
|
|
|
error: aborting due to 3 previous errors
|
2019-08-12 17:26:16 +00:00
|
|
|
|