about summary refs log tree commit diff
path: root/src/test/ui/E0642.rs
AgeCommit message (Collapse)AuthorLines
2019-05-24Move error code tests to error code foldervarkor-16/+0
2019-01-01syntax: Fix regression in diagnostics for patterns in trait method parametersVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-11Clean up and add extra testsvarkor-5/+10
2018-08-11Fix handling of trait methods with bodies and improve efficiencyvarkor-1/+5
2018-08-11Emit error for pattern arguments in trait methodsvarkor-0/+15
The error and check for this already existed, but the parser didn't try to parse trait method arguments as patterns, so the error was never emitted. This surfaces the error, so we get better errors than simple parse errors.