]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/auxiliary/real_gimli.rs
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / rustdoc / auxiliary / real_gimli.rs
1 // aux-build:realcore.rs
2
3 #![crate_name = "real_gimli"]
4 #![feature(staged_api, extremely_unstable)]
5 #![unstable(feature = "rustc_private", issue = "none")]
6
7 extern crate realcore;
8
9 #[unstable(feature = "rustc_private", issue = "none")]
10 pub struct EndianSlice;
11
12 #[unstable(feature = "rustc_private", issue = "none")]
13 impl realcore::Deref for EndianSlice {}