-
Notifications
You must be signed in to change notification settings - Fork 522
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
Update the rustc-driver examples to play with the latest nightly #1581
Comments
Please note that, as mentioned in
|
yes, I knew it. I will try to update it. |
JohnTitor
changed the title
fail to compile examples with 1.69.0-nightly
Update the rustc-driver examples to play with the latest nightly
Feb 4, 2023
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
Kobzol
pushed a commit
to Kobzol/rustc-dev-guide
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to compile the examples in
rustc 1.69.0-nightly (f3126500f 2023-02-02)
All of them raised errors
input_path
was removed from Config by the commit rust-lang/rust@f5c6014.global_ctxt
now returnsQueryResult
which doesn't have thetake
method by the commit rust-lang/rust@58782a8.The text was updated successfully, but these errors were encountered: