]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-13497.stderr
Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm
[rust.git] / src / test / ui / issues / issue-13497.stderr
1 error[E0106]: missing lifetime specifier
2   --> $DIR/issue-13497.rs:2:5
3    |
4 LL |     &str
5    |     ^ help: consider giving it a 'static lifetime: `&'static`
6    |
7    = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0106`.