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

Commit ddc2d21

Browse files
committed
ices/91594.rs: fixed with errors
=== stdout === === stderr === error[E0277]: the trait bound `Foo: HasComponent<()>` is not satisfied --> /home/runner/work/glacier/glacier/ices/91594.rs:8:6 | 8 | impl HasComponent<<Foo as Component<Foo>>::Interface> for Foo {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `HasComponent<()>` is not implemented for `Foo` | = help: the following implementations were found: <Foo as HasComponent<<Foo as Component<Foo>>::Interface>> note: required because of the requirements on the impl of `Component<Foo>` for `Foo` --> /home/runner/work/glacier/glacier/ices/91594.rs:10:27 | 10 | impl<M: HasComponent<()>> Component<M> for Foo { | ^^^^^^^^^^^^ ^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ==============
1 parent f8aff00 commit ddc2d21

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)