about summary refs log tree commit diff
path: root/tests/ui/lint/removed-lints/ptr_cast_add_auto_to_object.stderr
blob: 36b5e847d807cedb101ef56b043e9a0d327dd094 (plain)
1
2
3
4
5
6
7
8
9
10
warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
  --> $DIR/ptr_cast_add_auto_to_object.rs:3:9
   |
LL | #![deny(ptr_cast_add_auto_to_object)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: 1 warning emitted