about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-26 17:51:33 +0000
committerGitHub <noreply@github.com>2021-10-26 17:51:33 +0000
commitc48730cb72919df7f1426085872846524b5a3cb2 (patch)
treec8ce4e0316525b721ee467c2eaaf605cc5562db9 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
parentba2b599131218691493fc891884d4b5003a58d90 (diff)
parentd8ed15b6a67bb4dd04ebc6548253b9eb553ad023 (diff)
parent53be26df5063fec8f626bc82747138973ec51633 (diff)
downloadrust-c48730cb72919df7f1426085872846524b5a3cb2.tar.gz
rust-c48730cb72919df7f1426085872846524b5a3cb2.zip
Merge #10639 #10640
10639: fix: make `goto_declaration` multi-token mapping aware r=Veykril a=spookyvision



10640: assume valid identifier r=Veykril a=spookyvision

improve https://github.com/rust-analyzer/rust-analyzer/pull/10637/ by always returning `Some(potentially_empty_vec)` instead of `None` in the empty case

Co-authored-by: Anatol Ulrich <anatol.ulrich@ferrous-systems.com>