Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
duplicate-output-flavors
/
rmake.rs
blob: 09545228807bcbc9c75d03d68536cf6e180e9ae6 [
file
] [
log
] [
blame
] [
edit
]
use
run_make_support
::
rustc
;
fn
main
()
{
rustc
().
input
(
"foo.rs"
).
crate_type
(
"rlib"
).
run
();
rustc
().
input
(
"foo.rs"
).
crate_type
(
"rlib,rlib"
).
run
();
}