Skip to content

Commit 4a96f6e

Browse files
committed
suggest x.py vendor instead of cargo vendor
Signed-off-by: onur-ozkan <[email protected]>
1 parent a14197e commit 4a96f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def check_vendored_status(self):
10411041
"--sync ./compiler/rustc_codegen_gcc/Cargo.toml " \
10421042
"--sync ./src/bootstrap/Cargo.toml "
10431043
eprint('ERROR: vendoring required, but vendor directory does not exist.')
1044-
eprint(' Run `cargo vendor {}` to initialize the '
1044+
eprint(' Run `x.py vendor {}` to initialize the '
10451045
'vendor directory.'.format(sync_dirs))
10461046
eprint(' Alternatively, use the pre-vendored `rustc-src` dist component.')
10471047
eprint(' To get a stable/beta/nightly version, download it from: ')

0 commit comments

Comments
 (0)