summary refs log tree commit diff
path: root/src/test/ui/parser/fn-arg-doc-comment.rs
AgeCommit message (Collapse)AuthorLines
2019-11-18Surround types with backticks in type errorsEsteban Küber-3/+3
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-6/+3
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-4/+0
2019-06-09Allow attributes in formal function parametersCaio-11/+7
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.