mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 19:12:50 +00:00
rustpkg: Add a not_a_workspace condition
This commit is contained in:
parent
34ed4e26a2
commit
7cbdee1663
@ -36,3 +36,11 @@ condition! {
|
|||||||
condition! {
|
condition! {
|
||||||
no_rust_path: (~str) -> super::Path;
|
no_rust_path: (~str) -> super::Path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
condition! {
|
||||||
|
not_a_workspace: (~str) -> super::Path;
|
||||||
|
}
|
||||||
|
|
||||||
|
condition! {
|
||||||
|
failed_to_create_temp_dir: (~str) -> super::Path;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user