Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
no-input-file
/
rmake.rs
blob: d76a8f9e7c1072fd1e70206b923ccc1df3249f94 [
file
] [
log
] [
blame
] [
edit
]
use
run_make_support
::
rustc
;
fn
main
()
{
rustc
().
print
(
"crate-name"
).
run_fail
().
assert_exit_code
(
1
).
assert_stderr_equals
(
"
error
:
no input filename given
error
:
aborting due to
1
previous error
",
);
}