test for renaming re-exported macros
This commit is contained in:
parent
a220321762
commit
61dc03cd63
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
// @has macro_vis/index.html '//a/@href' 'macro.some_macro.html'
|
||||
pub use qwop::some_macro;
|
||||
|
||||
// @has macro_vis/macro.renamed_macro.html
|
||||
// @!has - '//pre' 'some_macro'
|
||||
// @has macro_vis/index.html '//a/@href' 'macro.renamed_macro.html'
|
||||
#[doc(inline)]
|
||||
pub use qwop::some_macro as renamed_macro;
|
||||
|
||||
// @!has macro_vis/macro.other_macro.html
|
||||
// @!has macro_vis/index.html '//a/@href' 'macro.other_macro.html'
|
||||
// @!has - '//code' 'pub use qwop::other_macro;'
|
||||
|
|
Loading…
Add table
Reference in a new issue