about summary refs log tree commit diff
path: root/tests/ui/macros/expr_2021_inline_const.edi2021.stderr
AgeCommit message (Collapse)AuthorLines
2024-10-28Tweak more warnings.Nicholas Nethercote-2/+2
Much like the previous commit. I think the removal of "the token" in each message is fine here. There are many more error messages that mention tokens without saying "the token" than those that do say it.
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-4/+4
Co-authored-by: Michael Goulet <michael@errs.io> Co-authored-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2024-07-09tests: adds cargo fix testsVincenzo Palazzo-2/+2
Co-Developed-by: Eric Holk Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2024-05-13Macros: match const { ... } with expr nonterminal in edition 2024Vincenzo Palazzo-0/+32
Co-authored-by: Eric Holk <eric@theincredibleholk.org> Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>