Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Veetaha 2020-04-20 22:07:47 +03:00 committed by GitHub
parent 0f5b1fef5e
commit 834960d841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
//! //!
//! But we adapt it to better fit RA needs: //! But we adapt it to better fit RA needs:
//! //!
//! * We use `ra_tt` for proc-macro `TokenStream` server, it is easy to manipulate and interact with //! * We use `ra_tt` for proc-macro `TokenStream` server, it is easier to manipulate and interact with
//! RA than `proc-macro2` token stream. //! RA than `proc-macro2` token stream.
//! * By **copying** the whole rustc `lib_proc_macro` code, we are able to build this with `stable` //! * By **copying** the whole rustc `lib_proc_macro` code, we are able to build this with `stable`
//! rustc rather than `unstable`. (Although in gerenal ABI compatibility is still an issue) //! rustc rather than `unstable`. (Although in gerenal ABI compatibility is still an issue)