summary refs log tree commit diff
path: root/src/test/ui/marker_trait_attr
AgeCommit message (Expand)AuthorLines
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-01-09Don't discard marker trait impls when inference variables are presentAaron Hill-0/+17
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-2/+2
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-6/+3
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-14/+11
2019-03-11Update testsVadim Petrochenkov-7/+7
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-9/+8
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-8/+8
2018-12-25Remove licensesMark Rousskov-69/+19
2018-09-19Improve error checking and reportingScott McMurray-6/+138
2018-09-19Enforce that #[marker] traits cannot have associated itemsScott McMurray-0/+88
2018-09-19Require that marker impls are empty, but allow them to overlapScott McMurray-0/+101