Missing parenthesis

the line was missing closing parenthesis
This commit is contained in:
lexx 2024-10-18 01:04:01 +05:00 committed by GitHub
parent 86bd45979a
commit 4ab307f9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1550,7 +1550,7 @@ pub(crate) mod builtin {
/// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
/// INPUT_ACTIVITIES consists of one valid activity for each input parameter.
/// OUTPUT_ACTIVITY must not be set if we implicitely return nothing (or explicitely return
/// `-> ()`. Otherwise it must be set to one of the allowed activities.
/// `-> ()`). Otherwise it must be set to one of the allowed activities.
#[unstable(feature = "autodiff", issue = "124509")]
#[allow_internal_unstable(rustc_attrs)]
#[rustc_builtin_macro]