rust/tests/ui/borrow_interior_mutable_const
rail f58a1695a6 fix a FP in interior_mutable_const
fix a false positive in two `interior_mutable_const` lints where a constant with enums gets linted
even if it uses a clearly unfrozen variant. Note that the code uses the MIR interpreter, which
the author of #3962 thought unlikely to be a solution. This might be over-engineering;
but, I think it's important to be able to work with the 'http' crate (#3825).
2020-10-04 18:15:28 +13:00
..
auxiliary fix a FP in interior_mutable_const 2020-10-04 18:15:28 +13:00
enums.rs fix a FP in interior_mutable_const 2020-10-04 18:15:28 +13:00
enums.stderr fix a FP in interior_mutable_const 2020-10-04 18:15:28 +13:00
others.rs split interior_mutable_const tests and clean it 2020-10-04 18:12:53 +13:00
others.stderr split interior_mutable_const tests and clean it 2020-10-04 18:12:53 +13:00
traits.rs split interior_mutable_const tests and clean it 2020-10-04 18:12:53 +13:00
traits.stderr split interior_mutable_const tests and clean it 2020-10-04 18:12:53 +13:00