Closed
Description
openedon Dec 10, 2020
[INFO] [stdout] error[E0277]: the trait bound `H: handle::ItemHandle` is not satisfied
[INFO] [stdout] --> src/property/property.rs:119:14
[INFO] [stdout] |
[INFO] [stdout] 119 | self.clone_as_trait()
[INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `handle::ItemHandle` is not implemented for `H`
[INFO] [stdout] |
[INFO] [stdout] help: consider restricting type parameter `H`
[INFO] [stdout] |
[INFO] [stdout] 116 | impl<H: handle::ItemHandle> Clone for Box<dyn ResizeableProperty<Handle=H>>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
ResizeablePropertyHandle::Handle
is constrained to implement handle::ItemHandle
.
Other logs:
https://crater-reports.s3.amazonaws.com/beta-1.49-1/beta-2020-11-26/gh/Polkadex-Substrate.polkadex-engine/log.txt
https://crater-reports.s3.amazonaws.com/beta-1.49-1/beta-2020-11-26/reg/actix-amqp-0.1.4/log.txt
https://crater-reports.s3.amazonaws.com/beta-1.49-1/beta-2020-11-26/reg/ntex-amqp-0.1.20/log.txt
@rustbot modify labels: +regression-from-stable-to-beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment