about summary refs log tree commit diff
path: root/src/test/ui/lang-items
AgeCommit message (Expand)AuthorLines
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-10/+29
2021-09-24Make error message for malformed `fn`/`fn_mut` lang item more specificFabian Wolff-4/+4
2021-09-24Add basic checks for well-formedness of `fn`/`fn_mut` lang itemsFabian Wolff-0/+115
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-10/+29
2021-08-23Detect incorrect number of lang item genericsasquared31415-77/+128
2021-07-01Reword error message slightlyFabian Wolff-1/+1
2021-06-12Report an error if resolution of closure call functions failedFabian Wolff-0/+26
2021-05-15Report an error if a lang item has the wrong number of generic argumentsFabian Wolff-0/+120