mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
fix test pub-use-extern-macros
This commit is contained in:
parent
54997972a7
commit
5e509502b4
@ -23,7 +23,7 @@ pub use macros::bar;
|
||||
#[doc(inline)]
|
||||
pub use macros::baz;
|
||||
|
||||
// @has pub_use_extern_macros/macro.quux.html
|
||||
// @!has pub_use_extern_macros/macro.quux.html
|
||||
// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::quux;'
|
||||
#[doc(hidden)]
|
||||
pub use macros::quux;
|
||||
|
Loading…
Reference in New Issue
Block a user