]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0184.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0184.stderr
CommitLineData
2c00a5a8 1error[E0184]: the trait `Copy` may not be implemented for this type; the type has a destructor
0731742a 2 --> $DIR/E0184.rs:1:10
2c00a5a8 3 |
532ac7d7 4LL | #[derive(Copy)]
04454e1e 5 | ^^^^ `Copy` not allowed on types with destructors
74b04a01 6 |
17df50a5 7 = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)
2c00a5a8
XL
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0184`.