We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e472bcf commit e313c58Copy full SHA for e313c58
crates/libtest2/src/lib.rs
@@ -37,6 +37,7 @@
37
//!
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
//! - Output capture and `--no-capture`: simply not supported. The official
42
//! `libtest` uses internal `std` functions to temporarily redirect output.
43
//! `libtest` cannot use those, see also [libtest2#12](https://github.com/assert-rs/libtest2/issues/12)
0 commit comments