rust/src/test/ui/consts/qualif_overwrite.stderr

10 lines
279 B
Plaintext
Raw Normal View History

error[E0492]: cannot borrow a constant which may contain interior mutability, create a static instead
--> $DIR/qualif_overwrite.rs:12:5
|
2019-03-09 12:03:44 +00:00
LL | &{a}
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0492`.