Files
rust/tests/ui/pattern
surechen 19f72dfe04 Fix incorrect mutable suggestion information for binding in ref pattern.
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
..
2024-03-13 23:05:17 +00:00
2024-02-07 10:42:01 +08:00
2024-02-09 15:43:08 -03:00
2024-02-09 15:43:08 -03:00
2024-01-24 07:56:23 +01:00
2024-01-24 07:56:23 +01:00
2024-01-13 12:46:58 -05:00