Skip to content

Commit 7cbdee1

Browse files
committed
rustpkg: Add a not_a_workspace condition
1 parent 34ed4e2 commit 7cbdee1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/librustpkg/conditions.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ condition! {
3636
condition! {
3737
no_rust_path: (~str) -> super::Path;
3838
}
39+
40+
condition! {
41+
not_a_workspace: (~str) -> super::Path;
42+
}
43+
44+
condition! {
45+
failed_to_create_temp_dir: (~str) -> super::Path;
46+
}

0 commit comments

Comments
 (0)