We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bd459 commit 4ab307fCopy full SHA for 4ab307f
library/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