1
Fork 0

Load include_bytes! directly into an Lrc

This commit is contained in:
Ben Kimock 2023-08-27 18:16:12 -04:00
parent 734a0d0aa0
commit f26293dca4
3 changed files with 20 additions and 5 deletions

View file

@ -21,6 +21,8 @@
#![feature(rustc_attrs)]
#![feature(let_chains)]
#![feature(round_char_boundary)]
#![feature(read_buf)]
#![feature(new_uninit)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![allow(internal_features)]