summary refs log tree commit diff
path: root/src/test/ui/drop/repeat-drop-2.stderr
AgeCommit message (Expand)AuthorLines
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+5
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-2/+2
2022-07-07Tweak wording and spansEsteban Küber-2/+2
2022-07-07On partial uninit error point at where we need initEsteban Küber-2/+4
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-0/+29