2018-11-21 04:58:28 -06:00
|
|
|
error[E0492]: cannot borrow a constant which may contain interior mutability, create a static instead
|
2018-12-28 13:05:22 -06:00
|
|
|
--> $DIR/qualif_overwrite_2.rs:8:5
|
2018-11-21 04:58:28 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | &{a.0}
|
2018-11-21 04:58:28 -06:00
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0492`.
|