The -Z external-macro-backtrace
message will appear in the stable channel
#46167
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Since #45545 is merged, when an error happens in an external macro, rustc will suggest the user to supply the unstable flag
-Z external-macro-backtrace
to see the detailed backtrace:The problem is that
-Z
flags cannot be used in beta/stable, so the suggestion will be wrong. The question would be:(in nightly, run with -Z external-macro-backtrace for more info)
See #45545 (comment) for detail.
cc @durka
The text was updated successfully, but these errors were encountered: