Add #[coverage(off)] to closures introduced by #[test]/#[bench]

This commit is contained in:
Zalathar
2024-01-21 11:26:28 +11:00
parent bdfc64ac98
commit 6d7e80c5bc
8 changed files with 28 additions and 27 deletions

View File

@@ -6,6 +6,7 @@
#![doc(rust_logo)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(decl_macro)]
#![feature(if_let_guard)]