Changelog #228
Commit: 7a8374c
Release: 2024-04-08 (v0.3.1916)
Fixes
-
#17000(first contribution) set the right postfix snippet completion source range. -
#16968silence type mismatches involving unresolved projections. -
#16997fixpatch_cfg_ifnot applying with stitched sysroot. -
#17006fix somecfgcensoring bugs. -
#17003fix off-by-one in LSP offset conversion. -
#16961fix crate IDs when multiple workspaces are loaded. -
#16970fix tasks intasks.json. -
#17016apply cargo flags in test explorer. -
#17014consider#[exported_name=main]functions in test modules as tests.
Internal Improvements
-
#16996lowerOutlivesgoals and respect them in display impls. -
#17002consider ADT generic parameter defaults for unsubstituted layout calculations. -
#16979use contiguous indices for enum variants in pattern analysis. -
#17023slight clean-ups and perf improvements. -
#16920fix new nightly Clippy lints. -
#16986add client information to bug report template.