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
error[E0599]: no method named `to_str` found for type parameter `impl AsRef<Path>` in the current scope
--> libsql-sys\src\connection.rs:287:18
|
200 | path: impl AsRef<Path>,
| ---------------- method `to_str` not found for this type parameter
...
286 | let path = path
| ________________________-
287 | | .to_str()
| | -^^^^^^ method not found in `impl AsRef<Path>`
| |_________________|
|
For more information about this error, try `rustc --explain E0599`.
error: could not compile `libsql-sys` (lib) due to 1 previous error
The text was updated successfully, but these errors were encountered:
Commit 8ea257a introduced a compile-time error on non-Unix systems.
How to reproduce (eg. on Windows):
Build fails with the following error:
The text was updated successfully, but these errors were encountered: