Fix ui test for nll
This commit is contained in:
parent
de237823e0
commit
b831b60cef
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ note: required because of the requirements on the impl of `Gettable<Foo>` for `S
|
|||
LL | impl<T: Send + Copy + 'static> Gettable<T> for S<T> {}
|
||||
| ^^^^^^^^^^^ ^^^^
|
||||
= note: required for the cast to the object type `dyn Gettable<Foo>`
|
||||
help: consider annotating `Foo` with `#[derive(Copy)]`
|
||||
|
|
||||
LL | #[derive(Copy)]
|
||||
|
|
||||
|
||||
error: aborting due to 6 previous errors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue