This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Error on implementation of traits with default config points to the macro instead of expected item #14286
Closed
2 tasks done
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
when implementing a trait with default configs, if there is an error, then it just points to the macro instead of the correct item in the trait implementation>
I believe this can be solved by adding some spans or generating the tokens differently>
Steps to reproduce
1- create a faulty implementation like:
2- compile and see the error resulting
instead it should point to
traits
The text was updated successfully, but these errors were encountered: