mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
263c85875c
add rust-analyzer rustc_private option in librustdoc Cargo.toml This addition will allow to have code completion while hacking rustdoc with rust-analyzer. more info: https://rust-analyzer.github.io/manual.html#rust-analyzer.rustcSource r? `@jyn514`
For more information about how librustdoc works, see the rustc dev guide.