]> git.lizzy.rs Git - rust.git/commitdiff
rustpkg: Add a not_a_workspace condition
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 28 Aug 2013 18:35:11 +0000 (11:35 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 30 Aug 2013 22:48:41 +0000 (15:48 -0700)
src/librustpkg/conditions.rs

index 4f192fd1d92c105385286e17e6567a432cef54ca..785c635e08561a32e189d11d0743373578d9c366 100644 (file)
 condition! {
     no_rust_path: (~str) -> super::Path;
 }
+
+condition! {
+    not_a_workspace: (~str) -> super::Path;
+}
+
+condition! {
+    failed_to_create_temp_dir: (~str) -> super::Path;
+}