Skip to content

Commit

Permalink
Unrolled build for rust-lang#131850
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#131850 - lexeyOK:master, r=compiler-errors

Missing parenthesis

the line was missing closing parenthesis
  • Loading branch information
rust-timer authored Oct 18, 2024
2 parents d9c4b8d + 4ab307f commit 469779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 469779c

Please sign in to comment.