Skip to content

Commit

Permalink
Update unsupported function error message (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed May 27, 2024
1 parent d68f1f4 commit f6c505e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Changed
- Bumped minimum supported Rust version (MSRV) to 1.60.0
- Added error logging when `CLANG_PATH` set but it isn't a full path to an executable
- Removed reference to `libclang` 3.5 in error message for attempting to call an unsupported function

### Fixed
- Fixed handling of paths that contain characters that have special meaning in
Expand Down
1 change: 0 additions & 1 deletion src/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ A `libclang` function was called that is not supported by the loaded `libclang`
called function = `{0}`
loaded `libclang` instance = {1}
This crate only supports `libclang` 3.5 and later.
The minimum `libclang` requirement for this particular function can be found here:
https://docs.rs/clang-sys/latest/clang_sys/{0}/index.html
Expand Down

0 comments on commit f6c505e

Please sign in to comment.