We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x.py vendor
cargo vendor
1 parent a14197e commit 4a96f6eCopy full SHA for 4a96f6e
src/bootstrap/bootstrap.py
@@ -1041,7 +1041,7 @@ def check_vendored_status(self):
1041
"--sync ./compiler/rustc_codegen_gcc/Cargo.toml " \
1042
"--sync ./src/bootstrap/Cargo.toml "
1043
eprint('ERROR: vendoring required, but vendor directory does not exist.')
1044
- eprint(' Run `cargo vendor {}` to initialize the '
+ eprint(' Run `x.py vendor {}` to initialize the '
1045
'vendor directory.'.format(sync_dirs))
1046
eprint(' Alternatively, use the pre-vendored `rustc-src` dist component.')
1047
eprint(' To get a stable/beta/nightly version, download it from: ')
0 commit comments