about summary refs log tree commit diff
path: root/src/test/ui/qualified
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-73/+0
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-1/+1
2022-07-17use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when ↵Michael Goulet-1/+1
rendering path
2020-09-26`char` not charvarkor-3/+4
2020-03-24rustc_typeck: remove rustc_hir_pretty usageMazdak Farrokhzad-1/+1
2020-03-12update testsMark Mansi-2/+2
2019-12-21Update tests for GATsMatthew Jasper-11/+3
* Make some run-pass or check-pass * Use `#![allow(incomplete_features)]` * Update FIXMEs now that some of the issues have been addressed * Add regression tests
2019-11-13Tweak non-char/numeric in range pattern diagnosticYuki Okushi-4/+3
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+2
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-09-25Update ui testsGuillaume Gomez-1/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+2
2019-03-20Update testsvarkor-2/+2
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-24/+4
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-3/+1
It looks like we tend to use angle-brackets around the placeholder in the few other places we use `Applicability::HasPlaceholders`, but that would be confusing here, so ...
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+103