summaryrefslogtreecommitdiff
path: root/tests/trybuild
AgeCommit message (Expand)Author
2023-04-20added "hide" attribute to disable getters on specific fieldsJohn Turner
2023-04-20improved error messages for attribute-less tuple struct fieldsJohn Turner
2023-04-19reworded the error returned on invalid name value pairJohn Turner
2023-04-19refactored code with if_chainJohn Turner
2023-04-17added test case invalid-attribute.rsJohn Turner
2023-04-17added test case tuple-struct-without-attribute.rsJohn Turner
2023-04-17added test case unit-struct.rsJohn Turner