rpass tests are now part of ui tests

This commit is contained in:
Oliver Scherer 2019-09-20 10:59:29 +02:00
parent 616cf52358
commit 50ec10e605
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ LL | union U5<T> {
| ----------- method `clone` not found for this
...
LL | let w = u.clone();
| ^^^^^ method not found in `U4<CloneNoCopy>`
| ^^^^^ method not found in `U5<CloneNoCopy>`
|
= note: the method `clone` exists but the following trait bounds were not satisfied:
`U5<CloneNoCopy> : std::clone::Clone`