summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/auxiliary/real_gimli.rs
blob: 80d5c4ba8bb0981eaadc9272691f591249565941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// aux-build:realcore.rs

#![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 {}