We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10400e1 commit c1eb99fCopy full SHA for c1eb99f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4817222102d12dbaa9d2dfa482026ca895f009e0
+refs/heads/master: 21ffc55e576c2322ea3ab87af4168544588180b7
trunk/configure
@@ -349,7 +349,7 @@ step_msg "making directories"
349
for i in \
350
doc doc/std \
351
nd nd/std \
352
- dl
+ dl tmp
353
do
354
make_dir $i
355
done
trunk/src/test/stdtest/io.rs
@@ -6,7 +6,7 @@ import std::result;
6
7
#[test]
8
fn test_simple() {
9
- let tmpfile: str = "test/run-pass/lib-io-test-simple.tmp";
+ let tmpfile: str = "tmp/lib-io-test-simple.tmp";
10
log tmpfile;
11
let frood: str = "A hoopy frood who really knows where his towel is.";
12
log frood;
0 commit comments