Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
doctest
/
no-run-flag-error.rs
blob: 896d7729b8df77cbe4173b47ad34f472d1acfb1a [
file
] [
log
] [
blame
] [
edit
]
// test the behavior of the --no-run flag without the --test flag
//@ compile-flags:-Z unstable-options --no-run --test-args=--test-threads=1
//@ error-pattern: the `--test` flag must be passed
pub
fn
f
()
{}