Anders429 / gba_test

Rust testing framework for the Game Boy Advance.
Apache License 2.0
3 stars 0 forks source link

`#[test]` macro errors should highlight test name #4

Open Anders429 opened 2 months ago

Anders429 commented 2 months ago

When, for example, a test is defined with a duplicate name, it seems that the error span is just on the test attribute itself, rather than on the actual test name. Need to investigate how to specify that the test name is the same as the test function's name.