Changelog #252
Commit: 1301e42
Release: 2024-09-23
(v0.3.2121
)
Fixes
-
#18136
(first contribution) don’t lint names of#[no_mangle]
extern functions. -
#18128
don’t show lints and quick fixes in code generated by external macros. -
#18117
always cache macro expansion root nodes inSemantics
. -
#18139
extendtype_variable_table
when index is larger than the table size. -
#18146
remove check that text ofparse_expr_from_str()
matches the produced parsed tree. -
#18153
account for rawness in$expr
fragments. -
#18108
take#[cfg_attr]
into account for lint attributes. -
#18132
don’t complete;
in closure return expressions.