Skip to content

Change rustc::* to rustc_middle::* #798

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 2 commits into from
Jul 16, 2020

Conversation

giraffate
Copy link
Contributor

Now it looks like rustc_middle::* is used not rustc::*.
I didn't change everything. For example, I didn't know if I should change src/compiler-debugging.md because it includes the backtrace message.

@giraffate giraffate force-pushed the change_rustc_to_rustc_middle branch from 464f8d3 to e3d1a4b Compare July 15, 2020 13:19
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also update them following the comments:

https://github.com/rust-lang/rustc-dev-guide/blob/master/src/compiler-debugging.md#L177-L183

It seems the profiling perf chapter is also slightly outdated but I think it's better to go in another PR.

@giraffate
Copy link
Contributor Author

We can also update them following the comments:
https://github.com/rust-lang/rustc-dev-guide/blob/master/src/compiler-debugging.md#L177-L183

Thanks for your information! It seems good.

It seems the profiling perf chapter is also slightly outdated but I think it's better to go in another PR.

Yes. I try another PR.

@giraffate
Copy link
Contributor Author

The test seems to fail for another cause.

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@JohnTitor JohnTitor merged commit e403d51 into rust-lang:master Jul 16, 2020
@giraffate giraffate deleted the change_rustc_to_rustc_middle branch July 16, 2020 02:23
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