We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb2f4b commit 902c317Copy full SHA for 902c317
aes/aesni/src/target_checks.rs
@@ -12,7 +12,7 @@ compile_error!("crate can only be used on x86 and x86_64 architectures");
12
))]
13
compile_error!(
14
"enable aes and ssse3 target features, e.g. with \
15
- RUSTFLAGS=\"-C target-feature=+aes,+ssse3\" enviromental variable. \
+ RUSTFLAGS=\"-C target-feature=+aes,+ssse3\" environment variable. \
16
For x86 target arch additionally enable sse2 target feature."
17
);
18
@@ -22,6 +22,6 @@ compile_error!(
22
23
24
"enable aes target feature, e.g. with \
25
- RUSTFLAGS=\"-C target-feature=+aes\" enviromental variable. \
+ RUSTFLAGS=\"-C target-feature=+aes\" environment variable. \
26
27
0 commit comments