emit-rs / emit

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

Stub out UI fail tests #75

Closed KodrAus closed 3 months ago

KodrAus commented 3 months ago

This PR cleans up the way we do arguments in the macros to ensure we always take arguments implicitly by reference instead of by-value.

It also stubs out a home for compile-fail tests so we can start building out that suite.