1
Fork 0

Rollup merge of #70567 - JOE1994:patch-3, r=Centril

Fix broken link in README

Fix broken link to `rustc-dev-guide` section for `codegen`
This commit is contained in:
Dylan DPC 2020-03-30 16:24:52 +02:00 committed by GitHub
commit aaa8aa3181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@ that runs towards the end of the compilation process.
For more information about how codegen works, see the [rustc dev guide].
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/codegen.html
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/backend/codegen.html