]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/decl_macro_priv.rs
Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor
[rust.git] / src / test / rustdoc / decl_macro_priv.rs
index cb71bca9cf20102f09815db4e7f24b1a6eabc118..4e1279e34d93328d9ad2621230ef3151ce9f79f9 100644 (file)
@@ -2,7 +2,7 @@
 
 #![feature(decl_macro)]
 
-// @has decl_macro_priv/macro.crate_macro.html //pre 'macro crate_macro() {'
+// @has decl_macro_priv/macro.crate_macro.html //pre 'pub(crate) macro crate_macro() {'
 // @has - //pre '...'
 // @has - //pre '}'
 pub(crate) macro crate_macro() {}