Mark to_string function as unsafe (#53) #42
Annotations
21 errors and 13 warnings
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/utility.rs#L276
expected a `FnOnce<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/completion.rs#L388
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/completion.rs#L388
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L152
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L152
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L252
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L252
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/lib.rs#L1790
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0):
src/lib.rs#L1791
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
could not compile `clang` (lib) due to 9 previous errors
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/utility.rs#L276
expected a `FnOnce<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/completion.rs#L388
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/completion.rs#L388
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L152
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L152
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L252
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/documentation.rs#L252
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/lib.rs#L1790
expected a `FnMut<(clang_sys::CXString,)>` closure, found `unsafe fn(clang_sys::CXString) -> String {utility::to_string}`
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0):
src/lib.rs#L1791
the method `collect` exists for struct `Map<Map<Range<u32>, {[email protected]:61:24}>, unsafe fn(CXString) -> String {to_string}>`, but its trait bounds were not satisfied
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
could not compile `clang` (lib) due to 9 previous errors
|
CI (macos-latest, 10.0, clang_10_0, 1.40.0)
The operation was canceled.
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
build failed, waiting for other jobs to finish...
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (ubuntu-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (windows-latest, 10.0, clang_10_0, 1.40.0)
build failed, waiting for other jobs to finish...
|
CI (macos-latest, 10.0, clang_10_0, 1.40.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|