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 16317e7 commit e472bcfCopy full SHA for e472bcf
crates/libtest2/src/lib.rs
@@ -35,6 +35,8 @@
35
//!
36
//! Some of the notable differences:
37
38
+//! - `#[test]` does not support all `Termination` types as return values,
39
+//! only what [`IntoRunResult`] supports.
40
//! - Output capture and `--no-capture`: simply not supported. The official
41
//! `libtest` uses internal `std` functions to temporarily redirect output.
42
//! `libtest` cannot use those, see also [libtest2#12](https://github.com/assert-rs/libtest2/issues/12)
0 commit comments