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

10 lines
276 B
Plaintext
Raw Normal View History

error[E0492]: this borrow to an interior mutable value may end up in the final value of this constant
--> $DIR/partial_qualif.rs:6:5
2018-11-21 03:37:18 -06:00
|
2019-03-09 06:03:44 -06:00
LL | &{a}
2018-11-21 03:37:18 -06:00
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0492`.