]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/macro-private-not-documented.rs
Auto merge of #101611 - GuillaumeGomez:rollup-yw3qtug, r=GuillaumeGomez
[rust.git] / src / test / rustdoc / macro-private-not-documented.rs
index ae8b0e7229f91a1138e044b924c44af0bcd6729a..f135a3a9ca662dd362a4e9c85188b20b41a7a956 100644 (file)
@@ -6,13 +6,13 @@
 // This is a regression text for issue #88453.
 #![feature(decl_macro)]
 
-// @!has macro_private_not_documented/index.html 'a_macro'
+// @!hasraw macro_private_not_documented/index.html 'a_macro'
 // @!has macro_private_not_documented/macro.a_macro.html
 macro_rules! a_macro {
     () => ()
 }
 
-// @!has macro_private_not_documented/index.html 'another_macro'
+// @!hasraw macro_private_not_documented/index.html 'another_macro'
 // @!has macro_private_not_documented/macro.another_macro.html
 macro another_macro {
     () => ()