Skip to content

Commit

Permalink
Workaround for lang_items now being compiler-internal
Browse files Browse the repository at this point in the history
I’m not sure when it started, but this at least makes luma compile again
on latest nightly.
  • Loading branch information
linkmauve committed Aug 14, 2023
1 parent 7f5a6ee commit 03490bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luma_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//!
//! **NOTE**: This is currently in a very experimental state and is subject to change.
#![no_std]
#![allow(internal_features)]
#![feature(asm_experimental_arch, lang_items)]

extern crate alloc;
Expand Down

0 comments on commit 03490bb

Please sign in to comment.