about summary refs log tree commit diff
path: root/src/test/ui/parser/fn-arg-doc-comment.rs
AgeCommit message (Collapse)AuthorLines
2018-10-28Produce targeted diagnostic when using doc comments on fn argsEsteban Küber-0/+37
Before parsing argument names and types, try to consume an incorrectly included doc comment or attribute in order to recover and continue parsing the rest of the fn definition.