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.
target_feature
1 parent b0266a5 commit 3d5e2dcCopy full SHA for 3d5e2dc
1 file changed
bon/tests/integration/builder/target_feature.rs
@@ -1,4 +1,5 @@
1
#[rustversion::since(1.86.0)]
2
+#[cfg(target_arch = "x86_64")]
3
mod msrv_1_86 {
4
#![allow(dead_code)]
5
use crate::prelude::*;
@@ -35,6 +36,7 @@ mod msrv_1_86 {
35
36
#[target_feature(enable = "avx2")]
37
#[allow(unsafe_code, reason = "we don't do anything with it")]
38
unsafe fn briiick() {
39
+ let x: &str = 1
40
Senti::builder().brick(Brick([0; 32])).yatta_but_wide();
41
}
42
0 commit comments