]> git.lizzy.rs Git - rust.git/commit
Auto merge of #12828 - fasterthanlime:proc-macro-srv-naming, r=Veykril
authorbors <bors@rust-lang.org>
Wed, 20 Jul 2022 13:50:28 +0000 (13:50 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Jul 2022 13:50:28 +0000 (13:50 +0000)
commit100ea1d2d55e70970d49f8d084ccbe1ac2621020
treecf470d82a72044ee6ca510b52b68560067d5d2e0
parent28bab681e935b850cf31c17b5082c6e82fd74463
parentade31ad75784265fe23c0d02ecdff3c74999a213
Auto merge of #12828 - fasterthanlime:proc-macro-srv-naming, r=Veykril

Rename proc macro server from 'Rustc' to 'RustAnalyzer'

Related to:

  * https://github.com/rust-lang/rust-analyzer/issues/12818

This is mostly a courtesy PR for the sake of rustc maintainers. When they looked at `proc-macro-srv`, they noticed the server was named `Rustc` — probably because of historical copy-paste. Only rustc's proc macro server should be named `Rustc`, ra's can be named `RustAnalyzer`.

Maintainer impact: There's no semantic changes in this PR, only naming. One test snapshot was updated since "proc macro server types" were used to test traits somewhere else and I renamed those too, why not.