blob: 221e449b6f9a9d584de4ac017ac1a681bd3e5bb7 [file] [log] [blame]
error[E0492]: cannot borrow a constant which may contain interior mutability, create a static instead
--> $DIR/partial_qualif.rs:6:5
|
LL | &{a}
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0492`.