Changelog #176
Commit: 01120f1
Release: 2023-04-10
(v0.3.1472
)
Fixes
-
#14486
desugarasync fn
completely. -
#14481
fix VS Code project linking pop-up buttons being swapped. -
#14482
use the correct path accessor in the project linking pop-up. -
#14483
do autoderef in "Generate delegate methods". -
#14493
insert whitespace between text and attribute macros. -
#14505
fix block-local trait impl solving regressions. -
#14520
unify types ininfer_expr_coerce_never()
.
Internal Improvements
-
#14521
,#14526
,#14528
add bounds for fields in derive macros. -
#14436
normalize associated types in paths in expressions. -
#14490
use an arena instead of a hash map in the crate graph. -
#14442
implement structured API for snippets. -
#14509
resolve labels in body lowering. -
#14511
always reborrow mutable reference receiver in methods. -
#14517
shuffle around somehir-def
modules. -
#14519
don’t recreateHygiene
unnecessarily. -
#14518
remove unnecessaryName
s fromFunctionData::params
. -
#14525
remove parameter names from function item tree. -
#14524
render function parameters inhir-def
pretty printing.