Skip to content

Commit

Permalink
suggest x.py vendor instead of cargo vendor
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Apr 14, 2024
1 parent a14197e commit 4a96f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def check_vendored_status(self):
"--sync ./compiler/rustc_codegen_gcc/Cargo.toml " \
"--sync ./src/bootstrap/Cargo.toml "
eprint('ERROR: vendoring required, but vendor directory does not exist.')
eprint(' Run `cargo vendor {}` to initialize the '
eprint(' Run `x.py vendor {}` to initialize the '
'vendor directory.'.format(sync_dirs))
eprint(' Alternatively, use the pre-vendored `rustc-src` dist component.')
eprint(' To get a stable/beta/nightly version, download it from: ')
Expand Down

0 comments on commit 4a96f6e

Please sign in to comment.