2018-11-21 03:37:18 -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/partial_qualif.rs:6:5
|
2018-11-21 03:37:18 -06:00
|
|
|
|
|
|
|
|
LL | &{a} //~ ERROR cannot borrow a constant which may contain interior mutability
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0492`.
|