File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/ui/compile-fail/pinned_drop Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- error[E0438]: const `BAZ` is not a member of trait `pin_init::PinnedDrop`
1+ error[E0438]: const `BAZ` is not a member of trait `:: pin_init::PinnedDrop`
22 --> tests/ui/compile-fail/pinned_drop/unexpected_additional_item.rs:11:5
33 |
4411 | const BAZ: usize = 0;
5- | ^^^^^^^^^^^^^^^^^^^^^ not a member of trait `pin_init::PinnedDrop`
5+ | ^^^^^^^^^^^^^^^^^^^^^ not a member of trait `:: pin_init::PinnedDrop`
Original file line number Diff line number Diff line change 1- error[E0438]: const `BAZ` is not a member of trait `pin_init::PinnedDrop`
1+ error[E0438]: const `BAZ` is not a member of trait `:: pin_init::PinnedDrop`
22 --> tests/ui/compile-fail/pinned_drop/unexpected_item.rs:8:5
33 |
448 | const BAZ: usize = 0;
5- | ^^^^^^^^^^^^^^^^^^^^^ not a member of trait `pin_init::PinnedDrop`
5+ | ^^^^^^^^^^^^^^^^^^^^^ not a member of trait `:: pin_init::PinnedDrop`
66
77error[E0046]: not all trait items implemented, missing: `drop`
88 --> tests/ui/compile-fail/pinned_drop/unexpected_item.rs:7:1
You can’t perform that action at this time.
0 commit comments