about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-23024.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-1/+1
fix rustdoc ui test
2022-12-13Make some diagnostics not depend on the source of what they reference being ↵Oli Scherer-5/+0
available
2022-11-05Adjust diagnostics, bless testsMichael Goulet-1/+1
2022-08-07Remove even more box syntax uses from src/testest31-3/+3
Prior work, notably 6550021124451628b1efc60c59284465b109e3aa from #88316 has removed box syntax from most of the testsuite. However, some tests were left out. This commit removes box_syntax uses from more locations in src/test. Some tests that are very box syntax specific are not being migrated.
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-05-11improve diagnosts for GATsb-naber-4/+4
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+11
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not.
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2019-12-24Use structured suggestion for bad `Fn` traitsEsteban Küber-2/+1
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-4/+5
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2019-05-29Update ui test suite to use dynmemoryruins-8/+8
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-11Reword tracking issue noteEsteban Küber-1/+1
2019-04-10Tweak unstable diagnostic outputEsteban Küber-1/+2
2018-12-25Remove licensesMark Rousskov-3/+3
2018-11-22Do not point at associated types from other cratesEsteban Küber-5/+0
This is a somewhat arbitrary restriction in order to be consistent in the output of the tests regardless of target platform.
2018-11-22Reword and fix testEsteban Küber-1/+1
2018-11-22Point at the associated type's def spanEsteban Küber-0/+5
2018-08-24updates tests to use new error codeMatthew Russo-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+24