-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Valgrind errors on regex! macro usage #13969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
While speedier to not perform initialization, these calls to mem::init() are causing valgrind errors when using compiled macros. Closes rust-lang#13969
Just update the issue because I found some memory leaks on regex! example shown on I just updated the issue instead of creating a new one as it seems to me to be related (as it speaks about both regex and valgrind) |
cc @BurntSushi |
Regex has been moved out of tree. |
…kril Use workspace.dependencies to declare local dependencies
Using
regex!
macro on Rust program cause Valgrind output many errors:https://gist.github.com/KokaKiwi/11559159 (I don't paste it here because Valgrind output a lot of errors)
My
rustc
version:The text was updated successfully, but these errors were encountered: