We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eace810 commit 3037b2cCopy full SHA for 3037b2c
tests/tex-outputs.rs
@@ -201,7 +201,7 @@ fn file_encoding() {
201
202
// Works around an issue where old (~2.7) Harfbuzz lays out glyphs differently.
203
// Remove this once all external Harfbuzz versions don't exhibit the glyph-swapping behavior.
204
-#[cfg(not(feature = "external-harfbuzz"))]
+#[cfg(not(any(feature = "external-harfbuzz", target_arch = "x86")))]
205
#[test]
206
fn utf8_chars() {
207
TestCase::new("utf8_chars")
0 commit comments