Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
rustdoc-ui
/
no-run-flag-error.rs
blob: 4ead621482bfdd72c117961aa5d2d8ff552d0ecc [
file
] [
log
] [
blame
]
// 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
()
{}