We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As shown in rust-lang/backtrace-rs#691 and rust-lang/rust#135853, the current default value used for remap_path_prefix will prevent backtrace from printing source info.
remap_path_prefix
We should change it to something other than "", say ".", "/" or "__main__/" etc.
""
"."
"/"
"__main__/"
rules_rust/rust/private/rustc.bzl
Line 824 in c075460
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As shown in rust-lang/backtrace-rs#691 and rust-lang/rust#135853, the current default value used for
remap_path_prefix
will prevent backtrace from printing source info.We should change it to something other than
""
, say"."
,"/"
or"__main__/"
etc.rules_rust/rust/private/rustc.bzl
Line 824 in c075460
The text was updated successfully, but these errors were encountered: