about summary refs log tree commit diff
path: root/src/test/ui/macros/issue-54441.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2021-10-15Bless testsCameron Steffen-1/+1
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-7/+9
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-2/+2
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-9/+7
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-2/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-28review commentsEsteban Küber-1/+1
2019-10-28Tweak unexpected token wordingEsteban Küber-1/+1
2019-09-30Stabilize macros in `extern` blocksVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-10-10Remove incorrect span for second label inner macro invocationholmgr-3/+0
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-0/+14