]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0184.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[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:11:10
3    |
4 11 | #[derive(Copy)] //~ ERROR E0184
5    |          ^^^^ Copy not allowed on types with destructors
6
7 error: aborting due to previous error
8