]> git.lizzy.rs Git - rust.git/commit
Merge #5618
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 31 Jul 2020 10:18:53 +0000 (10:18 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 10:18:53 +0000 (10:18 +0000)
commit683d0a4d93c29c988c40c001a4b574d8f0dcb9c6
tree1d5bb4ce799c6377b49ae73436d50a087db53392
parent6b7cb8b5ab539fc4333ce34bc29bf77c976f232a
parent08ea2271e8050165d0aaf4c994ed3dd746aff3ba
Merge #5618

5618: Rename TypeRef -> Type r=matklad a=matklad

The TypeRef name comes from IntelliJ days, where you often have both
type *syntax* as well as *semantical* representation of types in
scope. And naming both Type is confusing.

In rust-analyzer however, we use ast types as `ast::Type`, and have
many more semantic counterparts to ast types, so avoiding name clash
here is just confusing.

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>