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
2024-03-19 12:28:23 +08:00
Renamed from tests/ui/pattern/issue-114896.stderr (Browse further)