We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8b78b commit 9f793d1Copy full SHA for 9f793d1
1 file changed
crates/libtest2/src/lib.rs
@@ -38,6 +38,7 @@
38
//! - `#[test]` does not support all `Termination` types as return values,
39
//! only what [`IntoRunResult`] supports.
40
//! - `#[ignore]` must come after the `#[test]` macro
41
+//! - `#[should_ignore]` must come after the `#[test]` macro
42
//! - Output capture and `--no-capture`: simply not supported. The official
43
//! `libtest` uses internal `std` functions to temporarily redirect output.
44
//! `libtest` cannot use those, see also [libtest2#12](https://github.com/assert-rs/libtest2/issues/12)
0 commit comments