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>2022-02-13 12:43:16 +0000
committerGitHub <noreply@github.com>2022-02-13 12:43:16 +0000
commit59c49a9c81efdead8f6a9818808f55155d8c2aee (patch)
tree5ee23aa4534b6ddcea45e25289d9497361d7084a /src/test/codegen/src-hash-algorithm
parente1acbd08cab164de2d6abacde2f8a4d6c5947274 (diff)
parentaa8c982c3a989672e59e2f9ca01dcac4afc668b3 (diff)
parent7c7d6991dd78e5bde2cae7c1f4ecf8b917d8df8f (diff)
downloadrust-59c49a9c81efdead8f6a9818808f55155d8c2aee.tar.gz
rust-59c49a9c81efdead8f6a9818808f55155d8c2aee.zip
Merge #11442 #11460
11442: fix(rename): Use text range of a mod name after macro expansion r=Veykril a=tysg

Fixes #11417. 

11460: fix: documentation of SsrParams r=Veykril a=nemethf

Fix #11429 by extending the documentation of SsrParms with the
mandatory field 'selections'.  Copy its description from lsp_ext.rs.

Co-authored-by: Tianyi Song <42670338+tysg@users.noreply.github.com>
Co-authored-by: Felicián Németh <felician.nemeth@gmail.com>