Sign in
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
error-found-staticlib-instead-crate
/
Makefile
blob: 46be2385636952ef58cff581a3ef23a08286cae3 [
file
] [
log
] [
blame
]
-
include
../
tools
.
mk
all
:
$
(
RUSTC
)
foo
.
rs
--
crate
-
type staticlib
$
(
RUSTC
)
bar
.
rs
2
>&
1
|
grep
"error: found staticlib"