-
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
Misreported option::get failure #2018
Comments
This is a symptom of #2012. |
I've fixed the actual cause of the failure, but it's the misreporting of it that I wanted this issue to address. |
I don't quite get it. Why do you think it's misreporting it? |
first of all - the upcall fail message 'option none' doesn't appear unless RUST_LOG includes ::rt::backtrace. Secondly, ../src/rustc/rustc.rc:1 is not the source of the failure. If you just run the compiler without any RUST_LOG, you see:
and nothing more. |
… skipping of link-checking (rust-lang#2023) * Remove properly tracked config file from .gitignore The file is part of the git history and is a configuration file. Fixes: rust-lang#2018 * Add env. variable support * Refactoring * Really skip linkcheck if requested
… skipping of link-checking (rust-lang#2023) * Remove properly tracked config file from .gitignore The file is part of the git history and is a configuration file. Fixes: rust-lang#2018 * Add env. variable support * Refactoring * Really skip linkcheck if requested
built with -g currently triggers an option::get failure in debuginfo::create_function. However, the only output is this:
The text was updated successfully, but these errors were encountered: