rust/src/test/ui/consts/partial_qualif.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

10 lines
276 B
Plaintext

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`.