This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-20 03:27:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 22:03:08 +00:00
all
:
rustbuild: Support specifying archiver and linker explicitly
2017-10-10 20:06:22 +00:00
$(
RUSTDOC
)
-o
"
$(
TMPDIR
)
/foo/bar/doc
"
foo.rs
Reference in New Issue
Copy Permalink