Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of unstable library feature #1

Closed
Kesuaheli opened this issue Jun 4, 2023 · 0 comments
Closed

use of unstable library feature #1

Kesuaheli opened this issue Jun 4, 2023 · 0 comments

Comments

@Kesuaheli
Copy link
Contributor

I cloned built the binary as described int the README steps. But yet I ran in the following error while building (cargo build --release)

...
   Compiling dotenv v0.15.0
   Compiling git2 v0.17.2
   Compiling gpt-commit-rust v0.3.3 (/Users/kesuaheli/repositories/dertyp7214/gpt-commit-rust)
error[E0658]: use of unstable library feature 'path_as_mut_os_str'
   --> src/utils.rs:205:46
    |
205 |             .arg(update_file_path.to_owned().as_mut_os_str())
    |                                              ^^^^^^^^^^^^^
    |
    = note: see issue #105021 <https://github.com/rust-lang/rust/issues/105021> for more information

Currently on macOS Ventura v13.4
referenced issue: rust#105021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants