]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/intra-link-span-ice-55723.rs
Update error messages
[rust.git] / src / test / rustdoc-ui / intra-link-span-ice-55723.rs
index c7a13bbf606cbe68d0db8bbfa9b87c05021e31e0..44997c90f59320465bbc7a6b063886aca329afe1 100644 (file)
@@ -7,7 +7,7 @@
 /// ## For example:
 ///
 /// (arr[i])
-//~^ ERROR `[i]` cannot be resolved, ignoring it...
+//~^ ERROR `[i]` cannot be resolved, ignoring it.
 pub fn test_ice() {
     unimplemented!();
 }