From 078d84ad9fb6a52993db083b774c73863b43b8f8 Mon Sep 17 00:00:00 2001 From: bunnie Date: Fri, 21 Feb 2020 16:04:15 +0800 Subject: [PATCH] propose adding host v. target architecture mismatch to problem list I spent an afternoon scratching my head on this one before I ran into https://github.com/rust-lang/rust-bindgen/issues/1728. Since the error message welcomes PRs... --- src/ir/context.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ir/context.rs b/src/ir/context.rs index 384edb95c9..a3601793ae 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -575,6 +575,7 @@ impl BindgenContext { - Unrecognized flags - Invalid flag arguments - File I/O errors +- Host vs. target architecture mismatch If you encounter an error missing from this list, please file an issue or a PR!") };