Skip to content

Commit d65100e

Browse files
bunnieemilio
authored andcommitted
propose adding host v. target architecture mismatch to problem list
I spent an afternoon scratching my head on this one before I ran into #1728. Since the error message welcomes PRs...
1 parent 725646b commit d65100e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ir/context.rs

+1
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ impl BindgenContext {
575575
- Unrecognized flags
576576
- Invalid flag arguments
577577
- File I/O errors
578+
- Host vs. target architecture mismatch
578579
If you encounter an error missing from this list, please file an issue or a PR!")
579580
};
580581

0 commit comments

Comments
 (0)