2018-07-15 16:11:54 -05:00
|
|
|
error[E0013]: constants cannot refer to statics, use a constant instead
|
2019-11-19 17:16:58 -06:00
|
|
|
--> $DIR/issue-18118-2.rs:4:10
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | &p
|
2019-11-19 17:16:58 -06:00
|
|
|
| ^
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0013`.
|