File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- error: lint str_to_string has been removed: using `str::to_string` is common even today and specialization will likely happen soon
1+ error: lint ` str_to_string` has been removed: ` using `str::to_string` is common even today and specialization will likely happen soon`
22 --> $DIR/deprecated.rs:4:8
33 |
444 | #[warn(str_to_string)]
55 | ^^^^^^^^^^^^^
66 |
77 = note: `-D renamed-and-removed-lints` implied by `-D warnings`
88
9- error: lint string_to_string has been removed: using `string::to_string` is common even today and specialization will likely happen soon
9+ error: lint ` string_to_string` has been removed: ` using `string::to_string` is common even today and specialization will likely happen soon`
1010 --> $DIR/deprecated.rs:6:8
1111 |
12126 | #[warn(string_to_string)]
1313 | ^^^^^^^^^^^^^^^^
1414
15- error: lint unstable_as_slice has been removed: `Vec::as_slice` has been stabilized in 1.7
15+ error: lint ` unstable_as_slice` has been removed: `` Vec::as_slice` has been stabilized in 1.7`
1616 --> $DIR/deprecated.rs:8:8
1717 |
18188 | #[warn(unstable_as_slice)]
1919 | ^^^^^^^^^^^^^^^^^
2020
21- error: lint unstable_as_mut_slice has been removed: `Vec::as_mut_slice` has been stabilized in 1.7
21+ error: lint ` unstable_as_mut_slice` has been removed: `` Vec::as_mut_slice` has been stabilized in 1.7`
2222 --> $DIR/deprecated.rs:10:8
2323 |
242410 | #[warn(unstable_as_mut_slice)]
2525 | ^^^^^^^^^^^^^^^^^^^^^
2626
27- error: lint misaligned_transmute has been removed: this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr
27+ error: lint ` misaligned_transmute` has been removed: ` this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr`
2828 --> $DIR/deprecated.rs:12:8
2929 |
303012 | #[warn(misaligned_transmute)]
You can’t perform that action at this time.
0 commit comments