]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0184.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0184.stderr
1 error[E0184]: the trait `Copy` may not be implemented for this type; the type has a destructor
2   --> $DIR/E0184.rs:1:10
3    |
4 LL | #[derive(Copy)]
5    |          ^^^^ `Copy` not allowed on types with destructors
6    |
7    = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0184`.