Subject: CVS commit: pkgsrc/lang/rust-analyzer
From: Adam Ciarcinski
Date: 2022-03-07 11:44:22
Message id: 20220307104423.0503FFB24@cvs.NetBSD.org

Log Message:
rust-analyzer: updated to 0.0.2022.03.07

2022.03.07:

New Features

* support locals with multiple declaration sites
* parse destructuring assignments.

Fixes

* add another case to the syntax fixup code.
* preserve order of generic args.
* fix semantic highlighting breaking for lifetimes in macros.
* lower string literal values.
* show variadic args in hover function signature.
* add type variable table to InferenceTableSnapshot.
* fix macro-calls expanding to items in if/while conditions.
* recognize Self as a proper keyword.
* add abort to safe intrinsics list.

Internal Improvements

* build release binaries on Ubuntu 18.04.
* add currently failing test for 11242.
* slightly refactor TextEdit.
* refactor syntax_highlighting.
* bring back syntax highlighting in test data.
* re-arrange ide_db modules.
* automatically change text color in logo based on dark mode.

Files:
RevisionActionfile
1.11modifypkgsrc/lang/rust-analyzer/Makefile
1.8modifypkgsrc/lang/rust-analyzer/cargo-depends.mk
1.12modifypkgsrc/lang/rust-analyzer/distinfo