-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Macros not emiting the line they are expanded on in nightly #33280
Comments
Might be related to #32747. Appears that warnings/errors emitted by macros no longer are printing the line they were expanded on, and instead are just printing their line of definition twice. Using this issue as an example: Nightly gives:
Beta/stable gives:
Relavent differing lines:
|
This was fixed in #33730. |
Closing, since this was fixed, it seems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that running
try!()
macro inmain()
doesn't add line numbers in errors.Code: http://is.gd/m7CFnx
It works fine in
stable
andbeta
, seems anightly
regression.The text was updated successfully, but these errors were encountered: