Update test suite to nightly-2023-08-05

error: the feature `lang_items` is internal to the compiler or standard library
     --> src/main.rs:1:12
      |
    1 | #![feature(lang_items, start)]
      |            ^^^^^^^^^^
      |
      = note: using it is strongly discouraged
      = note: `#[deny(internal_features)]` on by default
This commit is contained in:
David Tolnay 2023-08-04 19:08:38 -07:00
parent 57dc0ee769
commit 891ced598a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,3 +1,4 @@
#![allow(internal_features)]
#![feature(lang_items, start)]
#![no_std]