rustpkg: Add a not_a_workspace condition
This commit is contained in:
parent
34ed4e26a2
commit
7cbdee1663
1 changed files with 8 additions and 0 deletions
|
|
@ -36,3 +36,11 @@ condition! {
|
|||
condition! {
|
||||
no_rust_path: (~str) -> super::Path;
|
||||
}
|
||||
|
||||
condition! {
|
||||
not_a_workspace: (~str) -> super::Path;
|
||||
}
|
||||
|
||||
condition! {
|
||||
failed_to_create_temp_dir: (~str) -> super::Path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue