2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build:realcore.rs
|
2020-09-11 03:01:25 +00:00
|
|
|
|
|
|
|
#![crate_name = "real_gimli"]
|
|
|
|
#![feature(staged_api, extremely_unstable)]
|
|
|
|
#![unstable(feature = "rustc_private", issue = "none")]
|
|
|
|
|
|
|
|
extern crate realcore;
|
|
|
|
|
|
|
|
#[unstable(feature = "rustc_private", issue = "none")]
|
|
|
|
pub struct EndianSlice;
|
|
|
|
|
|
|
|
#[unstable(feature = "rustc_private", issue = "none")]
|
|
|
|
impl realcore::Deref for EndianSlice {}
|