summaryrefslogtreecommitdiff
path: root/tests/trybuild/invalid-attribute.stderr
AgeCommit message (Collapse)Author
2023-04-19reworded the error returned on invalid name value pairJohn Turner
2023-04-19refactored code with if_chainJohn Turner
Adding a separate error for the case of an empty attribute list allows the code to be less complicated and gives better diagnostics. Otherwise another nested block would be required.
2023-04-17added test case invalid-attribute.rsJohn Turner