diff options
| author | Rune Tynan <runetynan@gmail.com> | 2020-11-28 00:02:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-28 00:02:46 -0500 |
| commit | a61c09a897e671814ea104ace21a40eaac1d9a9c (patch) | |
| tree | 9b3e3b7561ead39f825afe61b0cbec9154f0324e | |
| parent | 949b72e9d901181966b7208f5e7c74ccc025d679 (diff) | |
| download | rust-a61c09a897e671814ea104ace21a40eaac1d9a9c.tar.gz rust-a61c09a897e671814ea104ace21a40eaac1d9a9c.zip | |
Update src/test/rustdoc/decl_macro_priv.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
| -rw-r--r-- | src/test/rustdoc/decl_macro_priv.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc/decl_macro_priv.rs b/src/test/rustdoc/decl_macro_priv.rs index 6e2258adf6f..4e1279e34d9 100644 --- a/src/test/rustdoc/decl_macro_priv.rs +++ b/src/test/rustdoc/decl_macro_priv.rs @@ -8,6 +8,7 @@ pub(crate) macro crate_macro() {} // @has decl_macro_priv/macro.priv_macro.html //pre 'macro priv_macro() {' +// @!has - //pre 'pub macro priv_macro() {' // @has - //pre '...' // @has - //pre '}' macro priv_macro() {} |
