mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
rustpkg: Add a not_a_workspace condition
This commit is contained in:
@@ -36,3 +36,11 @@
|
||||
condition! {
|
||||
no_rust_path: (~str) -> super::Path;
|
||||
}
|
||||
|
||||
condition! {
|
||||
not_a_workspace: (~str) -> super::Path;
|
||||
}
|
||||
|
||||
condition! {
|
||||
failed_to_create_temp_dir: (~str) -> super::Path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user