We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc9df0 commit f301002Copy full SHA for f301002
src/attributes.md
@@ -243,8 +243,8 @@ type must be one of the following:
243
> Note: The test harness is ran by passing the `--test` argument to `rustc` or
244
> using `cargo test`.
245
246
-Tests that return `()` pass as long as they terminate do not panic. Tests that
247
-return a `Result` pass as long as they return `Ok(())`. Tests that do not
+Tests that return `()` pass as long as they terminate and do not panic. Tests
+that return a `Result` pass as long as they return `Ok(())`. Tests that do not
248
terminate neither pass nor fail.
249
250
A function annotated with the `test` attribute can also be annotated with the
0 commit comments