Skip to content
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

[BUG]: memchr crate for rust broken #7236

Open
drdozer opened this issue Dec 20, 2024 · 0 comments
Open

[BUG]: memchr crate for rust broken #7236

drdozer opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@drdozer
Copy link

drdozer commented Dec 20, 2024

Describe the bug

I enabled the memchr library dependency. It then said this:

error: extern location for memchr does not exist: memchr/build/debug/libmemchr.rlib
 --> <source>:5:5
  |
5 | use memchr;

Steps to reproduce

  1. set the session type to rus (nightly?)
  2. add the memchr library
  3. in your source code editor, add use memchr;
  4. profit! No, not that. Get error: extern location for memchr does not exist: memchr/build/debug/libmemchr.rlib

Expected behavior

Shouldn't get error. Code should compile against memchr.

Reproduction link

Not applicable

Screenshots

Not applicable

Operating System

No response

Browser version

No response

@drdozer drdozer added the bug label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant