1
Fork 0

Fix ui test for nll

This commit is contained in:
ohno418 2022-04-05 17:25:38 +09:00
parent de237823e0
commit b831b60cef

View file

@ -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