mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
commit
cc3d390d25
@ -268,7 +268,7 @@ pub(super) fn activation_error(
|
|||||||
msg.push_str(
|
msg.push_str(
|
||||||
"\nAs a reminder, you're using offline mode (-Z offline) \
|
"\nAs a reminder, you're using offline mode (-Z offline) \
|
||||||
which can sometimes cause surprising resolution failures, \
|
which can sometimes cause surprising resolution failures, \
|
||||||
if this error is too confusing you may with to retry \
|
if this error is too confusing you may wish to retry \
|
||||||
without the offline flag.",
|
without the offline flag.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1062,7 +1062,7 @@ location searched: registry `[..]`
|
|||||||
required by package `bar v0.1.0 ([..])`
|
required by package `bar v0.1.0 ([..])`
|
||||||
As a reminder, you're using offline mode (-Z offline) \
|
As a reminder, you're using offline mode (-Z offline) \
|
||||||
which can sometimes cause surprising resolution failures, \
|
which can sometimes cause surprising resolution failures, \
|
||||||
if this error is too confusing you may with to retry \
|
if this error is too confusing you may wish to retry \
|
||||||
without the offline flag.",
|
without the offline flag.",
|
||||||
)
|
)
|
||||||
.run();
|
.run();
|
||||||
@ -1288,7 +1288,7 @@ required by package `bar v0.1.0`
|
|||||||
... which is depended on by `foo v0.0.1 ([CWD])`
|
... which is depended on by `foo v0.0.1 ([CWD])`
|
||||||
As a reminder, you're using offline mode (-Z offline) \
|
As a reminder, you're using offline mode (-Z offline) \
|
||||||
which can sometimes cause surprising resolution failures, \
|
which can sometimes cause surprising resolution failures, \
|
||||||
if this error is too confusing you may with to retry \
|
if this error is too confusing you may wish to retry \
|
||||||
without the offline flag.",
|
without the offline flag.",
|
||||||
)
|
)
|
||||||
.run();
|
.run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user