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 4817222 commit 21ffc55Copy full SHA for 21ffc55
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
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