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 7a56de6 commit 1563babCopy full SHA for 1563bab
src/attributes/testing.md
@@ -27,7 +27,7 @@ r[attributes.testing.test.syntax]
27
The `test` attribute uses the [MetaWord] syntax and thus does not take any inputs.
28
29
r[attributes.testing.test.allowed-positions]
30
-The `test` attribute may only be applied to [free functions] that are monomorphic, that take no arguments, and the return type must implement the [`Termination`] trait.
+The `test` attribute may only be applied to [free functions] that are monomorphic, that take no arguments, and where the return type implements the [`Termination`] trait.
31
32
> [!NOTE]
33
> Some of types that implement the [`Termination`] trait include:
0 commit comments