mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Missing parenthesis
the line was missing closing parenthesis
This commit is contained in:
parent
86bd45979a
commit
4ab307f9e8
@ -1550,7 +1550,7 @@ pub(crate) mod builtin {
|
|||||||
/// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
|
/// MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst.
|
||||||
/// INPUT_ACTIVITIES consists of one valid activity for each input parameter.
|
/// 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
|
/// 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")]
|
#[unstable(feature = "autodiff", issue = "124509")]
|
||||||
#[allow_internal_unstable(rustc_attrs)]
|
#[allow_internal_unstable(rustc_attrs)]
|
||||||
#[rustc_builtin_macro]
|
#[rustc_builtin_macro]
|
||||||
|
Loading…
Reference in New Issue
Block a user