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.
1 parent 0d7c889 commit c8f71dcCopy full SHA for c8f71dc
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