You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foreign_type_and_impl_send_sync!{typeCType = ffi::X509_STORE_CTX;fn drop = ffi::X509_STORE_CTX_free;/// An `X509` certificate store context.pubstructX509StoreContext;}
When given this code:
rust-analyzer results in
Expected identifier!rust-analyzer(macro-error)
, when this code works well and compiles.rust-analyzer version:
0add6e95e 2021-12-20 stable
rustc version:
rustc 1.56.0 (09c42c458 2021-10-18)
The text was updated successfully, but these errors were encountered: