Changelog #272
Commit: 35181e1
Release: 2025-02-10 (v0.3.2299)
New Features
-
#19104add option to disable inlay type hints for closure parameters.
Fixes
-
#19066array types from slice patterns. -
#19094fix IDE resolution ofuseinside bodies. -
#19086fix some MIR eval and lowering issues. -
#18912up-map ranges inconvert_tuple_struct_to_named_struct. -
#19105don’t emit empty SCIP occurrence for built-ins. -
#19062fix SCIP indexing of module names. -
#19106resolve projection types before checking pointer casts.
Internal Improvements
-
#19083(first contribution) don’t try to use NEON on big-endian AArch64. -
#19084split cache priming into distinct phases. -
#19085don’t useInferenceResult::has_errorsflag for MIR building. -
#19099use interior mutability for loadedProcMacroSrv::expanders. -
#19093prevent panics from tearing down worker threads.