aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/safe_packed_borrows.stderr
blob: f483b6d3ce191602263fab972bccf096d67056b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: lint `safe_packed_borrows` has been renamed to `unaligned_references`
 --> tests/ui/pin_project/safe_packed_borrows.rs:2:9
  |
2 | #![deny(safe_packed_borrows)] //~ ERROR has been renamed to `unaligned_references`
  |         ^^^^^^^^^^^^^^^^^^^ help: use the new name: `unaligned_references`
  |
note: the lint level is defined here
 --> tests/ui/pin_project/safe_packed_borrows.rs:1:9
  |
1 | #![deny(renamed_and_removed_lints)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^