about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/subspan.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-106/+0
2021-10-15Bless testsCameron Steffen-8/+8
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-8/+8
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+8
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-8/+8
2019-08-17Serialize additional data for procedural macrosAaron Hill-8/+8
Split off from #62855 This PR deerializes the declaration `Span` and attributes for all procedural macros from their underlying function definitions. This allows Rustdoc to properly render doc comments and source links when inlining procedural macros across crates
2019-03-11Update testsVadim Petrochenkov-16/+16
2018-12-25Remove licensesMark Rousskov-16/+16
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+98