aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/safe_packed_borrows.stderr
blob: 4048eaaa545e43d4d0abd0223b6a75ea2e1b37bb (plain)
1
2
3
4
5
6
7
8
9
10
11
error: lint `safe_packed_borrows` has been renamed to `unaligned_references`
 --> $DIR/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
 --> $DIR/safe_packed_borrows.rs:1:9
  |
1 | #![deny(renamed_and_removed_lints)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^