aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2025-09-29 02:57:41 +0000
committeriximeow <me@iximeow.net>2025-09-29 03:30:42 +0000
commitd6a936b045d6efea2bee4fb4ee4a14c28c11f6de (patch)
treef443b0dd5a1483d55a500f6d9faafed854c3b0f6 /test/long_mode
parent5d4abf4603c46a7e1c1de5b436d699c09dcf8861 (diff)
annotation description test requires `fmt`
this was missed in typical testing because either tests run with all features, no features, or fmt. there wasn't a test entry for only std, which was broken.
Diffstat (limited to 'test/long_mode')
-rw-r--r--test/long_mode/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 2c7771c..a76bbda 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -5,7 +5,7 @@ mod operand;
mod opcode;
#[cfg(feature="fmt")]
mod display;
-#[cfg(feature="std")]
+#[cfg(all(feature="std", feature="fmt"))]
mod descriptions;
mod evex_generated;
mod reuse_test;