Subject: CVS commit: pkgsrc/lang/rust-analyzer
From: Adam Ciarcinski
Date: 2022-03-14 12:11:27
Message id: 20220314111127.D59ABFB24@cvs.NetBSD.org

Log Message:
rust-analyzer: updated to 0.0.2022.03.14:

Release: 2022-03-14

New Features
* (first contribution) improve enum variant field completion, enum variant / \ 
struct consistency.
* (first contribution) highlight escape sequences in byte strings.
* BREAKING: switch to upstream inlay hints
* suggest union literals, suggest union fields within an empty union literal
* offer qualified path completions in derives.
* allow configuration of colons in inlay hints \ 
(rust-analyzer.inlayHints.renderColons).

Fixes
* (first contribution) add support for new where clause location in associated types.
* (first contribution) stop wrapping ConstParam default values in ConstArg.
* insert dummy values for const generics in subst.
* properly handle proc-macro crate types for nameres.
* fix extract_module on inherent impls.
* show what file paths were expected for unresolved modules.
* emit more detailed highlighting for %, >>, <<.
* detect NixOS when /etc/os-release includes quotes.

Internal Improvements
* add hir_def::MacroId, add Macro{Id} to ModuleDef{Id}.
* simplify CompletionContext.
* remove ide_completion::render::build_ext module.
* another round of clippy fixes.

Files:
RevisionActionfile
1.12modifypkgsrc/lang/rust-analyzer/Makefile
1.13modifypkgsrc/lang/rust-analyzer/distinfo