Skip to content

Commit

Permalink
Update tests/traits/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Franziskus Kiefer <[email protected]>
  • Loading branch information
W95Psp and franziskuskiefer committed Jul 10, 2024
1 parent e87b374 commit 9f056df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ mod interlaced_consts_types {
}
}

// Related to issue 719 (after reopen)
// Related to issue #719 (after reopen)
mod implicit_explicit_calling_conventions {
struct Type<TypeArg, const ConstArg: usize> {
field: [TypeArg; ConstArg],
Expand Down

0 comments on commit 9f056df

Please sign in to comment.