-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Remove suggestion from importing unstable items on stable channel #149440
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
base: main
Are you sure you want to change the base?
Conversation
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after addressing nit
| @@ -0,0 +1,9 @@ | |||
| //@ only-nightly | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to use revisions here to avoid duplicating the same file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5b00345 to
34c80e4
Compare
|
@bors r=fee1-dead |
Remove suggestion from importing unstable items on stable channel Fixes #149402
Remove suggestion from importing unstable items on stable channel Fixes #149402
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
@jieyouxu I build a stage2 on local machine, and found out the From the code, seems we will set |
This comment was marked as outdated.
This comment was marked as outdated.
|
Ok, it looks like One option you may have is to write this as a run-make test, with two stderr tracked: a stable rustc, and an unstable rustc. Gate the run-make itself using
|
Fixes #149402