]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/private-item-doc-test.rs
Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper
[rust.git] / src / test / rustdoc-ui / private-item-doc-test.rs
index 20ac292aeaf80fcea1ffd2e0b38713812be438cb..2f1bddc7c75ccdbc4754554838c4a9b12a4df923 100644 (file)
@@ -6,6 +6,6 @@ mod foo {
     /// ```
     /// assert!(false);
     /// ```
-    //~^^^^^ ERROR Documentation test in private item
+    //~^^^^^ ERROR documentation test in private item
     fn bar() {}
 }