diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-08-28 11:35:11 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-08-30 15:48:41 -0700 |
| commit | 7cbdee1663d3d729f3dde3b295ef5574a5839127 (patch) | |
| tree | 7c0543f6b41655bb5ef3206199ea02c05055ec6e /src | |
| parent | 34ed4e26a2c08edc50bb797170212daaad048e46 (diff) | |
| download | rust-7cbdee1663d3d729f3dde3b295ef5574a5839127.tar.gz rust-7cbdee1663d3d729f3dde3b295ef5574a5839127.zip | |
rustpkg: Add a not_a_workspace condition
Diffstat (limited to 'src')
| -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; +} |
