diff options
author | bunnie <bunnie@kosagi.com> | 2020-02-21 16:04:15 +0800 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-02-21 13:39:51 +0100 |
commit | d65100ebbaffabcc91e81ba3e88160de7cb2d5ff (patch) | |
tree | 36e286f1b97029ec95758e490c9d66345534f7ef | |
parent | 725646b1040a6863ef840dfd10caabdf410dd07b (diff) |
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...
-rw-r--r-- | src/ir/context.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs index 384edb95..a3601793 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!") }; |