]> git.lizzy.rs Git - rust.git/blob - src/test/ui/static/issue-18118-2.stderr
Move tests
[rust.git] / src / test / ui / static / issue-18118-2.stderr
1 error[E0013]: constants cannot refer to statics
2   --> $DIR/issue-18118-2.rs:4:10
3    |
4 LL |         &p
5    |          ^
6    |
7    = help: consider extracting the value of the `static` to a `const`, and referring to that
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0013`.