Files
rust/compiler
Mara Bos 91759b2de5 Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor
Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref

Fixes #78819

This extends the check for dereferences added in PR #77324
to cover mutable borrows, as well as direct writes. If we're operating
on a dereference of a `const` item, we shouldn't be firing the lint.
2020-11-08 13:36:33 +01:00
..
2020-10-30 10:13:39 -04:00
2020-11-06 03:18:01 +01:00
2020-10-29 16:51:46 +01:00
2020-11-07 23:25:10 +00:00
2020-10-30 10:13:39 -04:00
2020-10-30 10:13:41 -04:00
2020-11-05 10:22:08 +01:00
2020-11-05 10:23:39 +01:00
2020-11-05 20:11:29 +01:00
2020-11-05 20:11:29 +01:00
2020-11-06 09:25:58 +05:30