rust/compiler/rustc_mir/src
Esteban Küber e4368de7b1 Suggestion for call on immutable binding of mutable type
When calling a method requiring a mutable self borrow on an inmutable
to a mutable borrow of the type, suggest making the binding mutable.

Fix #83241.
2021-08-29 08:34:53 +00:00
..
borrow_check Suggestion for call on immutable binding of mutable type 2021-08-29 08:34:53 +00:00
const_eval Improve comments about const panic handling 2021-07-28 16:18:38 +02:00
dataflow Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
interpret review 2021-08-26 11:14:31 +02:00
monomorphize Treat macros as HIR items 2021-08-28 00:16:34 -07:00
transform fmt 2021-08-27 08:09:00 +00:00
util Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis 2021-08-26 22:26:23 +00:00
lib.rs Remove box syntax from rustc_mir 2021-08-18 09:31:51 +02:00
shim.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00