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

Section 6.1 example: no external crate utf8_slice #345

Open
s-tikhomirov opened this issue Dec 26, 2022 · 1 comment
Open

Section 6.1 example: no external crate utf8_slice #345

s-tikhomirov opened this issue Dec 26, 2022 · 1 comment

Comments

@s-tikhomirov
Copy link

Running utf8_slice example in Section 6.1 produces an error:

   Compiling playground v0.0.1 (/playground)
error[E0432]: unresolved import `utf8_slice`
 --> src/main.rs:1:5
  |
1 | use utf8_slice;
  |     ^^^^^^^^^^ no external crate `utf8_slice`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `playground` due to previous error

Screenshot from 2022-12-25 20-20-52

@s-tikhomirov s-tikhomirov changed the title Sectoin 6.1 example: no external crate utf8_slice Section 6.1 example: no external crate utf8_slice Dec 26, 2022
@kobataiwan
Copy link

I face the same issue on 6.1.
Screenshot from 2024-01-23 09-44-54

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