summary refs log tree commit diff
path: root/src/test/ui/entry-point
AgeCommit message (Collapse)AuthorLines
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-1/+1
2021-11-23Update test outputsMichael Goulet-1/+1
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-2/+3
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>
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-2/+2
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-4/+25
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for ↵Charles Lew-14/+2
non-local cases.
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-0/+118