about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-12-11 14:58:07 +0000
committerGitHub <noreply@github.com>2021-12-11 14:58:07 +0000
commit48cd733c9e60dcf65e57e222362f56008e6c1623 (patch)
treed8dbf0774405b0c084b91dbd679ade503090bf64 /src/test/codegen/src-hash-algorithm
parent9946def7e224a2009e7ca3ca7f4ac032aeb0eb42 (diff)
parent9a624abc84f997c71c2c6000d89efc32237e4ea3 (diff)
parent0001a425702f3c3f163d25f63cf3eebd321097dc (diff)
downloadrust-48cd733c9e60dcf65e57e222362f56008e6c1623.tar.gz
rust-48cd733c9e60dcf65e57e222362f56008e6c1623.zip
Merge #10956 #10986
10956: minor: Bump deps r=Veykril a=lnicola

bors r+

10986: fix: Fix lint completions not working for unclosed attributes r=Veykril a=Veykril

Fixes #10682
Uses keywords and nested `TokenTree`s as a heuristic to figure out when to stop parsing in case the attribute is unclosed which should work pretty well as attributes are usually followed by either of those.
bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>