summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-json/reexport/export_extern_crate_as_self.rs
blob: a8f5500d6297e402aab14d5eda9c495624603dd6 (plain)
1
2
3
4
5
6
7
8
//! Regression test for <https://github.com/rust-lang/rust/issues/100531>

#![crate_name = "export_extern_crate_as_self"]

// ignore-tidy-linelength

// @is "$.index[*][?(@.inner.module)].name" \"export_extern_crate_as_self\"
pub extern crate self as export_extern_crate_as_self; // Must be the same name as the crate already has