]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/lint-group.rs
Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper
[rust.git] / src / test / rustdoc-ui / lint-group.rs
index 0e0ebd9ce70800c4db78272cd550c43e23959a42..06766db5335a1eeb4d3c2ec7da0f1db03cac6e7f 100644 (file)
 pub fn link_error() {} //~^^^^^ ERROR cannot be resolved, ignoring it
 
 /// wait, this doesn't have a doctest?
-pub fn no_doctest() {} //~^ ERROR Missing code example in this documentation
+pub fn no_doctest() {} //~^ ERROR missing code example in this documentation
 
 /// wait, this *does* have a doctest?
 ///
 /// ```
 /// println!("sup");
 /// ```
-fn private_doctest() {} //~^^^^^ ERROR Documentation test in private item
+fn private_doctest() {} //~^^^^^ ERROR documentation test in private item