summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0311.rs
AgeCommit message (Collapse)AuthorLines
2022-08-27Review updates: simpler MWE and docsMatthew Kelly-14/+4
- use the simpler minimum working example from the review - add an alterate "fix" that helps make the cause of the error more clear - attempt to add an improved description of what is going on
2022-08-24Improve description againMatthew Kelly-1/+2
-- update summary based on review -- rewrite explanation to be more clear and correct
2022-08-19Add long description and test for E0311Matthew Kelly-0/+18
Adds a long description and unit test for the E0311 compiler error.