rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
913 stars 60 forks source link

feat(Cargo.toml): Set `rustc_private` to `true` to allow lsp parsing #447

Closed tempdragon closed 7 months ago

tempdragon commented 7 months ago

Based on the comments in #428, it may be a good idea to add this option to Cargo.toml . Hopefully I didn't misunderstand the suggestions from @antoyo & @sadlerap . Thanks in advance.

antoyo commented 7 months ago

Thanks for your contribution!