Skip to content

Commit b97a9b4

Browse files
committed
Fix UI tests
1 parent d1cac61 commit b97a9b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/union.stderr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ note: required by a bound in `__AssertCopy`
2020
= note: this error originates in the derive macro `::derive_where::DeriveWhere` (in Nightly builds, run with -Z macro-backtrace for more info)
2121
help: consider annotating `MissingCopy<T>` with `#[derive(Copy)]`
2222
|
23-
11 | #[derive(Copy)]
23+
11 + #[derive(Copy)]
24+
12 | union MissingCopy<T> {
2425
|

0 commit comments

Comments
 (0)