Skip to content

Commit

Permalink
propose adding host v. target architecture mismatch to problem list
Browse files Browse the repository at this point in the history
I spent an afternoon scratching my head on this one before I ran
into #1728.

Since the error message welcomes PRs...
  • Loading branch information
bunnie authored and emilio committed Feb 21, 2020
1 parent 725646b commit d65100e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ir/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
};

Expand Down

0 comments on commit d65100e

Please sign in to comment.