We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f15c commit 3d4c121Copy full SHA for 3d4c121
CHANGELOG.md
@@ -169,6 +169,9 @@
169
* The source file generated when the `--wrap-static-fns` flag is enabled now
170
contains `#include` directives with all the input headers and all the source
171
code added with the `header_contents` method.
172
+ * The source file generated when the `--wrap-static-fns` flag no longer uses
173
+ `asm` labeling and the link name of static wrapper functions is allowed to
174
+ be mangled.
175
## Removed
176
* The following deprecated flags were removed: `--use-msvc-mangling`,
177
`--rustfmt-bindings` and `--size_t-is-usize`.
0 commit comments