]> git.lizzy.rs Git - rust.git/blob - src/test/ui/drop/drop-foreign-fundamental.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / drop / drop-foreign-fundamental.stderr
1 error[E0120]: the `Drop` trait may only be implemented for local structs, enums, and unions
2   --> $DIR/drop-foreign-fundamental.rs:16:15
3    |
4 LL | impl Drop for Pin<Whatever<A>> {
5    |               ^^^^^^^^^^^^^^^^ must be a struct, enum, or union in the current crate
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0120`.