Skip to content

Corrected MIR file path and fixed a typo #1020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2021
Merged

Corrected MIR file path and fixed a typo #1020

merged 1 commit into from
Jan 14, 2021

Conversation

saki-osive
Copy link
Contributor

In this PR I have corrected the hyperlink for MIR in the page https://github.com/rust-lang/rustc-dev-guide/blob/master/src/part-5-intro.md

So far, we've shown how the compiler can take raw source code in text format and transform it into MIR. We have also shown how the compiler does various analyses on the code to detect things like type or lifetime errors. Now, we will finally take the MIR and produce some executable machine code.

The link that originally pointed to the highlighted MIR was incorrectly set to https://github.com/rust-lang/rustc-dev-guide/blob/master/src/mir/index.html. I have set it to https://github.com/rust-lang/rustc-dev-guide/blob/master/src/mir/index.md.

Plus, I have corrected a typo in the readme.md.

@camelid camelid merged commit 7ea2007 into rust-lang:master Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants