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: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2)
--> src/builtin.rs:382:33
|
382 | FontRef::try_from_slice(include_bytes!("../../fonts/DejaVuSansMono.ttf")).unwrap()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)
error: couldn't read src/../../fonts/WenQuanYiMicroHei.ttf: No such file or directory (os error 2)
--> src/builtin.rs:385:33
|
385 | FontRef::try_from_slice(include_bytes!("../../fonts/WenQuanYiMicroHei.ttf")).unwrap()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile glyph_brush_layout due to 2 previous errors
The text was updated successfully, but these errors were encountered:
https://download.copr.fedorainfracloud.org/results/remilauzier/zemeroth/fedora-rawhide-x86_64/03258887-rust-glyph_brush_layout/builder-live.log.gz
error: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2)
--> src/builtin.rs:382:33
|
382 | FontRef::try_from_slice(include_bytes!("../../fonts/DejaVuSansMono.ttf")).unwrap()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include_bytes
(in Nightly builds, run with -Z macro-backtrace for more info)error: couldn't read src/../../fonts/WenQuanYiMicroHei.ttf: No such file or directory (os error 2)
--> src/builtin.rs:385:33
|
385 | FontRef::try_from_slice(include_bytes!("../../fonts/WenQuanYiMicroHei.ttf")).unwrap()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include_bytes
(in Nightly builds, run with -Z macro-backtrace for more info)error: could not compile
glyph_brush_layout
due to 2 previous errorsThe text was updated successfully, but these errors were encountered: