-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't build #1
Comments
rip |
i must be building on nightly? |
thx for the help for anyone else reading this: 10/10 would build again |
@jasonhuan I'd like to point out that this issues has been fixed and released on the stable channel since 1.52.0. You can check this commit for more details: rust-lang/rust@0db8349. I think it's worth keeping people off nightly builds unless it's strictly necessary. |
error[E0658]: use of unstable library feature 'str_split_once': newly added
--> src/main.rs:14:48
|
14 | if let Some((_, json)) = input.split_once(": ") {
| ^^^^^^^^^^
|
= note: see issue #74773 rust-lang/rust#74773 for more information
pinging @lightclient
The text was updated successfully, but these errors were encountered: