]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/no-run-flag-error.rs
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / test / rustdoc-ui / no-run-flag-error.rs
1 // test the behavior of the --no-run flag without the --test flag
2
3 // compile-flags:-Z unstable-options --no-run --test-args=--test-threads=1
4 // error-pattern: the `--test` flag must be passed
5
6 pub fn f() {}