You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image::https://user-images.githubusercontent.com/308347/271902902-1eb755d3-3ee0-40bb-b83c-428ce03c7f5a.png["A screenshot showing a native rust-analyzer warning on an unused variable"]
14
+
15
+
== Fixes
16
+
17
+
* pr:15662[] fix panic in wrapping and unwrapping `Result` return type assists.
18
+
* pr:15667[] make `bool_to_enum` assist create enum at top-level.
19
+
* pr:15682[] recover better on missing parameter in parameter list.
20
+
* pr:15688[] make `rustc_layout_scalar_valid_range` attributes work for non-decimal literals.
21
+
* pr:15692[] don't trigger completion when typing underscore in types or patterns.
0 commit comments