-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Stability checker prevents return-position impl trait in the standard library #54283
Comments
Your bash seems to use some fancy-dancy colors. Sadly github does not support control-sequences. Can you please edit your post and remove them? :) |
@hellow554 Sadly that's what I literally get on windows these days, from x.py: |
This looks like it is resolved - ran the exact same command @scottmcm used. Should this be closed? |
@ZerothLaw Had you added an |
Okay, made the change to f32, and the suggested fix in stability.rs (with some changes) ran the command, getting this error:
|
This seems to now be resolved on latest master branch. |
Should this issue be closed @scottmcm ? |
There appear to be many instances of |
found this randomly on codetribute lol |
Previously hit here: #52896 (comment) (thanks, eddyb)
The way I hit this in a change I was trying:
Instructions from oli-obk in #52896 (comment) :
rust/src/librustc/middle/stability.rs
Line 356 in a2af866
The text was updated successfully, but these errors were encountered: