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

ROFL: Document aes, sse3 errors #2089

Open
matevz opened this issue Dec 3, 2024 · 0 comments
Open

ROFL: Document aes, sse3 errors #2089

matevz opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
c:docs Category: documentation c:rofl Category: ROFL

Comments

@matevz
Copy link
Member

matevz commented Dec 3, 2024

Either create a Troubleshooting section or somewhere under .cargo/config.toml codeblock, mention the

error: The following target_feature flags must be set: +aes,+ssse3.
  --> /home/oa/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deoxysii-0.2.4/src/lib.rs:26:1
   |
26 | compile_error!("The following target_feature flags must be set: +aes,+ssse3.");
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

you get, if you forget to add the .cargo/config.toml file, so the error gets indexed if people will be searching for the error.

@matevz matevz self-assigned this Dec 3, 2024
@matevz matevz added c:docs Category: documentation c:rofl Category: ROFL labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:docs Category: documentation c:rofl Category: ROFL
Projects
None yet
Development

No branches or pull requests

1 participant