Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e62bf9c

Browse files
committed
ices/54108.rs: fixed with errors
=== stdout === === stderr === error[E0277]: cannot add `<T as SubEncoder>::ActualSize` to `<T as SubEncoder>::ActualSize` --> /home/runner/work/glacier/glacier/ices/54108.rs:16:2 | 4 | type Size: Add<Output = Self::Size>; | ------------------------ required by this bound in `Encoder::Size` ... 16 | type Size = <Self as SubEncoder>::ActualSize; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `<T as SubEncoder>::ActualSize + <T as SubEncoder>::ActualSize` | = help: the trait `Add` is not implemented for `<T as SubEncoder>::ActualSize` help: consider further restricting the associated type | 15 | impl<T> Encoder for T where T: SubEncoder, <T as SubEncoder>::ActualSize: Add { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ==============
1 parent 718f764 commit e62bf9c

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)