Changelog #94
Commit: 516eb40
Release: 2021-09-13
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10093(first contribution) fixcargotask filtering in Code workspaces. -
#10154(first contribution) complete#![recursion_limit = "N"]instead of#![recursion_limit = N]. -
#10157(first contribution) document enablingflycheckwithrust-project.json. -
#10188(first contribution) add multi-token mapping support to runnables. -
#10180fix resolution of inherent array methods. -
#10177treat path dependencies like workspace members. -
#10193fix type mismatches withpanic!()on Rust 1.55. -
#10174fix path display withcrateandsuperprefixes. -
#10186configurecolorizedBracketPairsfor Code. -
#10202show correctSizedbounds on type param hover. -
#10212avoid a type inference panic onBitSlicemethods. -
#10215use correct file fordecl_accesscomputation infind_all_refs.