Terse diagnostic "unexpected end of macro invocation" when misusing assert_eq!
#103238
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code (playground):
Current output: terse
Better output: show macro correspondence
(See also #97108, which also asks for more verbose "missing tokens in macro arguments" errors.)
Ideal output: fix my mistake
(See also #57507, which asks for specific diagnostics when making a similar mistake with the
assert!
macro.)The text was updated successfully, but these errors were encountered: