mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
More symbols
This commit is contained in:
parent
fe1fe866f3
commit
56aa6e20e0
7 changed files with 42 additions and 22 deletions
|
@ -188,6 +188,7 @@ fn existing_tests(dir: &Path) -> Result<HashMap<String, (PathBuf, Test)>> {
|
|||
}
|
||||
|
||||
fn install_code_extension() -> Result<()> {
|
||||
execute!(r"cargo install --path crates/server --force")?;
|
||||
execute!(
|
||||
r"
|
||||
cd code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue