maybe_update_submodules should already do this, but
|
let mut bootstrap_submodules: Vec<&str> = vec![ |
|
"src/tools/rust-installer", |
|
"src/tools/cargo", |
|
"src/tools/rls", |
|
"src/tools/miri", |
|
"library/backtrace", |
|
"library/stdarch", |
|
]; |
hasn't been kept in sync with the removal of identical functionality from x.py. Also rust-analyzer is only updated when vendoring is enabled.