8000
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.
2 parents a6871b8 + c8f71dc commit 1b957f4Copy full SHA for 1b957f4
core/src/macros/mod.rs
@@ -1550,7 +1550,7 @@ pub(crate) mod builtin {
1550
/// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
1551
/// INPUT_ACTIVITIES consists of one valid activity for each input parameter.
1552
/// OUTPUT_ACTIVITY must not be set if we implicitely return nothing (or explicitely return
1553
- /// `-> ()`. Otherwise it must be set to one of the allowed activities.
+ /// `-> ()`). Otherwise it must be set to one of the allowed activities.
1554
#[unstable(feature = "autodiff", issue = "124509")]
1555
#[allow_internal_unstable(rustc_attrs)]
1556
#[rustc_builtin_macro]
0 commit comments