]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-13497.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-13497.stderr
index eb053c1003e38503cf1b835d205aaad18e1e834f..b72f0277052b957af6e5b5df5a0f4374c4eb74bb 100644 (file)
@@ -1,7 +1,7 @@
 error[E0106]: missing lifetime specifier
   --> $DIR/issue-13497.rs:2:5
    |
-LL |     &str //~ ERROR missing lifetime specifier
+LL |     &str
    |     ^ help: consider giving it a 'static lifetime: `&'static`
    |
    = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from