about summary refs log tree commit diff
path: root/src/test/ui/imports/macros.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-41/+0
2022-12-19add function to tell if the current ambiguity error matches a previous one ↵Yiming Lei-24/+5
in ambiguity_errors if 2 errors of the kind and ident and span of the ident, b1, b2 and misc1 misc2 are the same then these 2 ambiguity errors matched prevent identical ambiguity error from pushing into vector of ambiguity_errors this will fix #105177
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-3/+6
Emit description of the ambiguity as a note. Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2020-01-09Update testsVadim Petrochenkov-5/+23
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-6/+6
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-1/+1
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-8/+8
2018-10-03resolve: Prefer `macro_rules` definitions to in-module macro definitions in ↵Vadim Petrochenkov-18/+1
some cases
2018-09-08resolve: More precise spans for ambiguous resolution errorsVadim Petrochenkov-3/+3
Add labels to ambiguous resolution errors
2018-08-21resolve: Unify reporting of ambiguity errors for macro pathsVadim Petrochenkov-3/+3
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-9/+9
2018-03-14Add empty main() to tests where it is missing.Eric Huss-5/+2
2018-03-14Add crate name to "main function not found" error message.Eric Huss-1/+1
Fixes #44798 and rust-lang/cargo#4948.
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-9/+9
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-01-18Add E0659 for ambiguous namesGuillaume Gomez-2/+2
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-15/+15
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+57