emit-rs / emit

Developer-first diagnostics for Rust applications
https://emit-rs.io
Apache License 2.0
128 stars 2 forks source link

Ensure all macro arguments are treated by-ref #74

Closed KodrAus closed 3 months ago

KodrAus commented 3 months ago

The macros basically never need to take ownership of their inputs, so we should avoid doing it anywhere unless we actually need to.

KodrAus commented 3 months ago

Closed by #75