mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
update "pub-use-extern-macros" test to hide the regular import statement
This commit is contained in:
parent
e3d9f19219
commit
d19b5edfb0
@ -15,6 +15,7 @@
|
||||
extern crate macros;
|
||||
|
||||
// @has pub_use_extern_macros/macro.bar.html
|
||||
// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
|
||||
pub use macros::bar;
|
||||
|
||||
// @has pub_use_extern_macros/macro.baz.html
|
||||
|
Loading…
Reference in New Issue
Block a user