Skip to content

Commit 1b957f4

Browse files
authored
Rollup merge of rust-lang#131850 - lexeyOK:master, r=compiler-errors
Missing parenthesis the line was missing closing parenthesis
2 parents a6871b8 + c8f71dc commit 1b957f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ pub(crate) mod builtin {
15501550
/// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
15511551
/// INPUT_ACTIVITIES consists of one valid activity for each input parameter.
15521552
/// 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.
15541554
#[unstable(feature = "autodiff", issue = "124509")]
15551555
#[allow_internal_unstable(rustc_attrs)]
15561556
#[rustc_builtin_macro]

0 commit comments

Comments
 (0)