We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283c6a commit 166e870Copy full SHA for 166e870
rust/macros/module.rs
@@ -431,7 +431,7 @@ pub(crate) fn module(ts: TokenStream) -> TokenStream {
431
432
// Note: the C macro that generates the static structs for the `__param` section
433
// asks for them to be `aligned(sizeof(void *))`. However, that was put in place
434
- // in 2003 in commit 38d5b085d2 (\"[PATCH] Fix over-alignment problem on x86-64\")
+ // in 2003 in commit 38d5b085d2a0 (\"[PATCH] Fix over-alignment problem on x86-64\")
435
// to undo GCC over-alignment of static structs of >32 bytes. It seems that is
436
// not the case anymore, so we simplify to a transparent representation here
437
// in the expectation that it is not needed anymore.
0 commit comments