This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a733082be9
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-22 19:00:00 -05: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 17:03:08 -05:00
all
:
rustbuild: Support specifying archiver and linker explicitly
2017-10-10 15:06:22 -05:00
$(
RUSTDOC
)
-o
"
$(
TMPDIR
)
/foo/bar/doc
"
foo.rs
Reference in New Issue
Copy Permalink