blob: 967fb83b78b087d64d18cc5770af96a3c0f04de5 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0492]: cannot borrow a constant which may contain interior mutability, create a static instead
--> $DIR/partial_qualif.rs:6:5
|
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`.
|