This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
c104861b7b
rust
/
tests
/
run-make
/
rustdoc-output-path
/
Makefile
5 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
Diagnose missing includes in run-make tests
2022-08-23 00:00:00 +00:00
i
n
c
l
u
d
e
.
.
/
t
o
o
l
s
.
m
k
rustdoc: Use `create_dir_all` to create output directory Currently rustdoc will fail if passed `-o foo/doc` if the `foo` directory doesn't exist. Also remove unneeded `mkdir` as `create_dir_all` can now handle concurrent invocations.
2017-06-09 23:03:08 +01:00
all
:
rustbuild: Support specifying archiver and linker explicitly
2017-10-10 23:06:22 +03:00
$(
RUSTDOC
)
-o
"
$(
TMPDIR
)
/foo/bar/doc
"
foo.rs
Copy permalink