We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Relevant code:
cosmic-text/src/font/fallback/mod.rs
Line 12 in 166b59f
Compiling cosmic-text v0.12.1 (https://github.com/pop-os/cosmic-text?rev=166b59f560c551dab391a864f7c1f503c1e18446#166b59f5) error[E0432]: unresolved import self::platform --> C:\Users\coffee.cargo\git\checkouts\cosmic-text-92dc585b4973ff15\166b59f\src\font\fallback\mod.rs:10:11 | 10 | use self::platform::*; | ^^^^^^^^ could not find platform in self
self::platform
platform
self
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Relevant code:
cosmic-text/src/font/fallback/mod.rs
Line 12 in 166b59f
Compiling cosmic-text v0.12.1 (https://github.com/pop-os/cosmic-text?rev=166b59f560c551dab391a864f7c1f503c1e18446#166b59f5)
error[E0432]: unresolved import
self::platform
--> C:\Users\coffee.cargo\git\checkouts\cosmic-text-92dc585b4973ff15\166b59f\src\font\fallback\mod.rs:10:11
|
10 | use self::platform::*;
| ^^^^^^^^ could not find
platform
inself
The text was updated successfully, but these errors were encountered: