mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
⬆️ rust-analyzer
This commit is contained in:
parent
3a57388d13
commit
4f55ebbd4f
122 changed files with 2885 additions and 1093 deletions
|
@ -20,6 +20,8 @@
|
|||
mod dylib;
|
||||
mod abis;
|
||||
|
||||
pub mod cli;
|
||||
|
||||
use std::{
|
||||
collections::{hash_map::Entry, HashMap},
|
||||
env,
|
||||
|
@ -149,7 +151,10 @@ impl EnvSnapshot {
|
|||
}
|
||||
}
|
||||
|
||||
pub mod cli;
|
||||
#[cfg(all(feature = "sysroot-abi", test))]
|
||||
mod tests;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub fn proc_macro_test_dylib_path() -> std::path::PathBuf {
|
||||
proc_macro_test::PROC_MACRO_TEST_LOCATION.into()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue