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
10b08e3c9c
rust
/
tests
/
run-make-fulldeps
/
extern-diff-internal-name
/
Makefile
6 lines
96 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
Add regression test for #17186
2014-09-12 10:38:45 -05:00
all
:
$(
RUSTC
)
lib.rs
rustc: Turn off multiple versions of crate warning This warning has been around in the compiler for quite some time now, but the real place for a warning like this, if it should exist, is in Cargo, not in the compiler itself. It's a first-class feature of Cargo that multiple versions of a crate can be compiled into the same executable, and we shouldn't be warning about our first-class features.
2015-01-06 01:23:11 -06:00
$(
RUSTC
)
test.rs --extern
foo
=
$(
TMPDIR
)
/libbar.rlib
Reference in New Issue
Copy Permalink