You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build]
# Indicate whether the vendored sources are used for Rust dependencies or not.## Vendoring requires additional setup. We recommend using the pre-generated source tarballs if you# want to use vendoring. See# https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.#vendor = false
[dist]
# Whether to vendor dependencies for the dist tarball.#vendor = if "is a tarball source" || "is a git repository" { true } else { false }
My reading is that the vendor/ directory from rustc-1.83.0-src.tar.xz by default is not used. By default, this directory should be used, when compiling from the .tar file.