-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement syntax extensions for #file and #line #2245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
This was referenced Apr 19, 2012
Is this also needed for #554? |
@Wensleydale -- I don't think it's needed, strictly? Log doesn't seem to print out the file/line number where the log expression was right now, though it would be nice if it did. |
@paulstansifer I think this is done?. |
Closed by 88f4d06. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
Actually pass through the request for --color=always rust-lang/miri#2243 actually doesn't work 😂 The suggestion to split on `,` was good but `arg` is actually the whole `--json=diagnostic-rendered-ansi,artifacts,future-incompat `, and of course I didn't test that change locally and we have no test for this in CI. Therefore, I would like some guidance on making a test for this because I'm going to rely on this working.
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Feb 11, 2025
Replace link with a https based one
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Implement a syntax extension for #file (expanding to the name of the file that the extension is used in) and #line (expanding to the line number that the extension is used on). This is needed for #2228 and #2232.
The text was updated successfully, but these errors were encountered: