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 11:07:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
541b32c8ab
rust
/
tests
/
coverage
/
while.rs
7 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Rust coverage before splitting instrument_coverage.rs
2020-10-05 23:36:10 +00:00
fn
main
(
)
{
let
num
=
9
;
while
num
>
=
10
{
coverage: Tweak individual tests to be unaffected by `rustfmt` Some of these tests use non-standard formatting that we can simulate by strategically adding `//` line comments. One contains `where` clauses that would be split across multiple lines, which we can keep on one line by moving the bounds to the generic type instead.
2024-01-16 03:12:10 +00:00
// loop body
Rust coverage before splitting instrument_coverage.rs
2020-10-05 23:36:10 +00:00
}
}
Reference in New Issue
Copy Permalink