diff options
| -rw-r--r-- | src/librustpkg/conditions.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/librustpkg/conditions.rs b/src/librustpkg/conditions.rs index 4f192fd1d92..785c635e085 100644 --- a/src/librustpkg/conditions.rs +++ b/src/librustpkg/conditions.rs @@ -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; +} |
