about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-backtrace-invalid-internals.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-100/+0
2021-10-15Bless testsCameron Steffen-4/+4
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
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/+14
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-09-08Give method not found a primary span labelEsteban Küber-2/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-10/+10
2018-12-25Remove licensesMark Rousskov-8/+8
2018-05-22Remove the unstable Float traitSimon Sapin-8/+8
Following up to #49896 and #50629. Fixes #32110. E0689 is weird.
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-8/+8
Affected methods are `abs`, `signum`, and `powi`. CC https://github.com/rust-lang/rust/issues/32110#issuecomment-379503183
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-9/+9
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-26Update UI testsVadim Petrochenkov-16/+16
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-01-04Do not use casting for suggestion to add type to numeric literalEsteban Küber-4/+4
2018-01-03Provide suggestion when trying to use method on numeric literalEsteban Küber-7/+33
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-6/+6
2017-07-07Fold E0613 into E0609boreeas-2/+2
Resolves #42945
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-06-15Add E0613Guillaume Gomez-2/+2
2017-06-15Add E0612Guillaume Gomez-2/+2
2017-06-12Add E0610Guillaume Gomez-2/+2
2017-06-11Add E0609Guillaume Gomez-2/+2
2017-05-27Add new error codes and update testsGuillaume Gomez-2/+2
2017-05-24Change error count messagesMichael Kohl-1/+1
See #33525 for details.
2016-10-02Improve error message and snippet for "did you mean `x`"Gavin Baker-6/+6
- Fixes #36164 - Part of #35233 - handles unknown fields - uses UI-style tests - update all related tests (cfail, ui, incremental)
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+56