diff --git a/src/librustpkg/conditions.rs b/src/librustpkg/conditions.rs index 4f192fd1d92c..785c635e0856 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; +}