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.
1 parent 8ee5b09 commit 09006ddCopy full SHA for 09006dd
src/cargo/util/config.rs
@@ -860,7 +860,7 @@ impl Config {
860
let ret = f.as_path_unlocked();
861
assert!(
862
self.package_cache_lock.borrow().is_some(),
863
- "pacakge cache lock is not currently held, Cargo forgot to call \
+ "package cache lock is not currently held, Cargo forgot to call \
864
`acquire_package_cache_lock` before we got to this stack frame",
865
);
866
assert!(ret.starts_with(self.home_path.as_path_unlocked()));
0 commit comments