We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cac61 commit b97a9b4Copy full SHA for b97a9b4
tests/ui/union.stderr
@@ -20,5 +20,6 @@ note: required by a bound in `__AssertCopy`
20
= note: this error originates in the derive macro `::derive_where::DeriveWhere` (in Nightly builds, run with -Z macro-backtrace for more info)
21
help: consider annotating `MissingCopy<T>` with `#[derive(Copy)]`
22
|
23
-11 | #[derive(Copy)]
+11 + #[derive(Copy)]
24
+12 | union MissingCopy<T> {
25
0 commit comments