blob: a8f5500d6297e402aab14d5eda9c495624603dd6 [file] [log] [blame]
//! 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