about summary refs log tree commit diff
path: root/tests/rustdoc/impl/auxiliary/real_gimli.rs
blob: 871d9b31be9ef566086fc4460a4a1b7f90f6aad9 (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 {}