PROMETHIA-27 / dependency_injection_like_bevy_from_scratch

Learn how to do dependency injection like bevy engine, from scratch!
MIT License
53 stars 5 forks source link

Resolve unexpected compilation error on passing parameter #4

Closed yuk1ty closed 3 months ago

yuk1ty commented 6 months ago

Hi, thank you for making such a great tutorial!

I've found an unexpected compilation error while I was looking through this tutorial.

I guess this code block is a sort of like an intermediate output but it would be nice if we can suppress an additional compilation error excluding an error around generics.