about summary refs log tree commit diff
path: root/tests/ui/pattern/issue-114896.stderr
AgeCommit message (Collapse)AuthorLines
2024-03-19Fix incorrect mutable suggestion information for binding in ref pattern.surechen-11/+0
For ref pattern in func param, the mutability suggestion has to apply to the binding. For example: `fn foo(&x: &i32)` -> `fn foo(&(mut x): &i32)` fixes #122415
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-09-07fixes #114896surechen-0/+11