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 ca5a061 commit 31b3e51Copy full SHA for 31b3e51
src/lib.rs
@@ -140,10 +140,10 @@
140
//! FAILPOINTS=p0=return cargo run --features fail/failpoints
141
//! Finished dev [unoptimized + debuginfo] target(s) in 0.01s
142
//! Running `target/debug/failpointtest`
143
-//! Global registry: [("p1", "sleep(100)")]
+//! Global registry: [("p0", "return"), ("p1", "sleep(100)")]
144
//! Local registry: [("p0", "pause")]
145
//! Local registry: []
146
147
//! ```
148
//!
149
//! In this example, program update global registry with environment variable first.
0 commit comments