-
Notifications
You must be signed in to change notification settings - Fork 13k
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
possible address sanitizer bug #111284
Comments
If you use sanitizers you need to pass the See also documentation of
|
Oh I did miss it and that fixed it. The documentation made it sound optional though, so I didn't realize that was the issue. Thanks for the quick reply! |
Re-opening because the error is very confusing. See also #111349 |
On
which isn't great, but at least suggests some issue related to asan. On
Which is very confusing. #109213 was merged between those two versions and changes in which cases E0519 is emitted. ping @oli-obk who wrote that PR. |
I decided to try address sanitizer on WSL Ubuntu today, but ran into 2 errors. These errors are only present when using the sanitizer, so my crate compiles normally. To give context there are 2 crates:
dylink_macro
anddylink
. Ondylink_macro
there is a procedural macro calleddylink
, which is named the same as mydylink
crate which I am re-exporting it to. I don't really know if this a bug or a problem on my end, but I thought I'd mention it just in case.cargo +nightly version
:I included the full error output in a file below
error.log
The text was updated successfully, but these errors were encountered: