This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb26fa07bb
rust
/
tests
/
coverage
/
ignore_run.rs
4 lines
38 B
Rust
Raw
Normal View
History
Unescape
Escape
Simplify the directives for ignoring coverage-test modes
2024-10-08 08:08:54 +00:00
//@ ignore-coverage-run
Allow tests to ignore individual test modes Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.
2023-11-30 06:45:03 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink