Josh Triplett
|
2054a0c56b
|
mbe: In error messages, don't assume attributes are always proc macros
Now that `macro_rules` macros can define attribute rules, make sure
error messages account for that.
|
2025-08-08 10:35:47 -07:00 |
|
Esteban Küber
|
f0b8e13b59
|
Do not suggest using -Zmacro-backtrace for builtin macros
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
|
2025-03-14 19:50:03 +00:00 |
|
Alex Macleod
|
5453a9f34d
|
Add a note to duplicate diagnostics
|
2023-10-05 01:04:41 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|