Rollup merge of #131850 - lexeyOK:master, r=compiler-errors · qinheping/verify-rust-std@1b957f4 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1550,7 +1550,7 @@ pub(crate) mod builtin {
1550 1550 /// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
1551 1551 /// INPUT_ACTIVITIES consists of one valid activity for each input parameter.
1552 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.
1553 + /// `-> ()`). Otherwise it must be set to one of the allowed activities.
1554 1554 #[unstable(feature = "autodiff", issue = "124509")]
1555 1555 #[allow_internal_unstable(rustc_attrs)]
1556 1556 #[rustc_builtin_macro]