rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Arbitrary self types v2: dev guide updates.

Open adetaylor opened this issue 1 year ago • 1 comments

adetaylor avatar Dec 19 '24 14:12 adetaylor

Sorry, due to me messing up a git operation, we sadly had to force-push the whole commit history of rustc-dev-guide :( If you'd like to update this pull request, you will have to rebase it in a special way onto the new commit history (the new master):

git fetch origin --all
git checkout <pr-branch>
git rebase --onto origin/master origin/master-old
git push --force-with-lease

More context can be found here.

Kobzol avatar Jan 05 '25 17:01 Kobzol