rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Add `#[diagnostic]` #62

Closed andrewgazelka closed 4 months ago

andrewgazelka commented 4 months ago

https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html

rj00a commented 4 months ago

#[diagnostic::on_unimplemented] was already added to IntoHandler, but idk where else it would be useful.

andrewgazelka commented 4 months ago

#[diagnostic::on_unimplemented] was already added to IntoHandler, but idk where else it would be useful.

ah I did not notice this. Let me look and see if I think it would be useful anywhere.