-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Allow custom filenames for anonymous inputs #32169
Conversation
I think doctests are a problem here because we call the compiler in slightly weird ways (and don't map the source correctly), but in any case r? @nrc |
Str(String) | ||
Str { | ||
input: String, | ||
file: String, |
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.
These need better names or a more detailed comment
lgtm, just needs the naming/documentation improved a bit |
(updated) Does this look better? |
@bors: r+ |
📌 Commit ea7cf90 has been approved by |
Allow custom filenames for anonymous inputs This came out of #29253 but doesn't fix it. I thought it might be worth merging on its own nonetheless.
This came out of #29253 but doesn't fix it.
I thought it might be worth merging on its own nonetheless.