-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
E0449 needs to be updated to new format #35924
Comments
I'm working on fixing this. |
Ha, you beat me to it @ChristopherDumas I was going to say that @nightlark signed up on the big list though at this point, since that list has been around so long, I'm starting to think we should do a free-for-all. |
I've been trying to use the bootstrap.py build system @jonathandturner, but the only way I've been able to get it to work is by getting rid of everything that has been compiled each time (basically getting a fresh copy of the repository each time, which takes a few hours to build). Are any changes needed to the arguments passed to bootstrap.py in order to get it to work? I'm using a Mac, and it looks like all of the minimum versions are met with respect to dependencies for compiling from source.
|
@nightlark - that's strange. What version of This is what's on my mac:
|
@nightlark - working on a fix now: #36456 |
@jonathandturner - I'm running version 1.8.4; thanks for the fix, I'll try it out. (And update if it still doesn't work). |
@ChristopherDumas did you already do this, or I can I still send my PR in? |
No, I haven't done this. high school started and I forgot. Go ahead. |
Freeing this one up as part of the final push for #35233. |
From: src/test/compile-fail/E0449.rs
E0449 needs a span_label and a span_note changed to a note, updating this:
To:
Bonus (though not sure if this is reasonable, but would be nice to try): let's underline the
pub
if we can.The text was updated successfully, but these errors were encountered: