Skip to content

Conversation

@baloo
Copy link
Member

@baloo baloo commented Dec 2, 2025

This fixes a compilation error when bumping to aes-0.9.0-rc.2 (which brings a vaes backend):

error: no rules expected `"vaes"`
   --> $HOME/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.0-rc.2/src/x86.rs:38:38
    |
 38 |     cpufeatures::new!(features_vaes, "vaes");
    |                                      ^^^^^^ no rules expected this token in macro call

This fixes a compilation error when bumping to aes-0.9.0-rc.2 (which
brings a vaes backend):
```
error: no rules expected `"vaes"`
   --> $HOME/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.0-rc.2/src/x86.rs:38:38
    |
 38 |     cpufeatures::new!(features_vaes, "vaes");
    |                                      ^^^^^^ no rules expected this token in macro call
```
@tarcieri tarcieri merged commit 87c3aa7 into RustCrypto:master Dec 2, 2025
29 checks passed
@baloo baloo deleted the baloo/aes/vaes-detection branch December 2, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants