summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnie <bunnie@kosagi.com>2020-02-21 16:04:15 +0800
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-02-21 13:39:51 +0100
commitd65100ebbaffabcc91e81ba3e88160de7cb2d5ff (patch)
tree36e286f1b97029ec95758e490c9d66345534f7ef /src
parent725646b1040a6863ef840dfd10caabdf410dd07b (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...
Diffstat (limited to 'src')
-rw-r--r--src/ir/context.rs1
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!")
};