Skip to content
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

rust: Add -frust-name-resolution-2.0 option #2316

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

CohenArthur
Copy link
Member

This option enables an experimental name resolution algorithm. Disabled
by default.

gcc/rust/ChangeLog:

* lang.opt: Add -frust-name-resolution-2.0 option

This option enables an experimental name resolution algorithm. Disabled
by default.

gcc/rust/ChangeLog:

	* lang.opt: Add -frust-name-resolution-2.0 option
Copy link
Member

@philberty philberty left a comment

Choose a reason for hiding this comment

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

This is an interesting way to do it. I like it because it means we can merge the new resolver in sooner than later and default to the old resolver in the short term and we can all focus on the new one when you merge in some code.

@philberty
Copy link
Member

@CohenArthur merge whenever you like go for it

@CohenArthur CohenArthur added this pull request to the merge queue Jun 26, 2023
Merged via the queue into Rust-GCC:master with commit 4c07c94 Jun 26, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants