Skip to content

Commit 50ec10e

Browse files
committed
rpass tests are now part of ui tests
1 parent 616cf52 commit 50ec10e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/ui/union/union-derive-clone.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | union U5<T> {
1313
| ----------- method `clone` not found for this
1414
...
1515
LL | let w = u.clone();
16-
| ^^^^^ method not found in `U4<CloneNoCopy>`
16+
| ^^^^^ method not found in `U5<CloneNoCopy>`
1717
|
1818
= note: the method `clone` exists but the following trait bounds were not satisfied:
1919
`U5<CloneNoCopy> : std::clone::Clone`

0 commit comments

Comments
 (0)