Subject: CVS commit: pkgsrc/lang/rust-analyzer
From: Thomas Klausner
Date: 2022-01-22 23:53:10
Message id: 20220122225310.EAE1DFB24@cvs.NetBSD.org

Log Message:
rust-analyzer: update to 0.0.2022.01.10.

2022.01.10

11238: fix: shrink the span of errors from attribute macros and
derives r=jonas-schievink a=jonas-schievink

Some procedural macros tend to get very large invocations, for
example RTIC's, leading to issues like
https://github.com/rtic-rs/cortex-m-rtic/issues/582, where almost
the entire screen is underlined while editing incomplete code in
the macro.

This PR shrinks the spans of errors from attribute macros and
derives to point only at the attribute, which also matches rustc
more closely.

Files:
RevisionActionfile
1.5modifypkgsrc/lang/rust-analyzer/Makefile
1.5modifypkgsrc/lang/rust-analyzer/distinfo