-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
std doesn't seem to build without the backtrace
feature
#42139
Comments
ids1024
added a commit
to ids1024/rust
that referenced
this issue
May 21, 2017
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
May 24, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
May 24, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 24, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 24, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 24, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 25, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 25, 2017
Fix building std without backtrace feature, which was broken in ca8b754 Fixes rust-lang#42139
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
ca8b754 seems to be responsible; using the
backtrace
module even when the feature is disabled and that module is not compiled.These two lines in particular cause errors:
ca8b754#diff-bf0874963583c8c7f5645b5e6ea0e5e7R57
ca8b754#diff-c31566eec0e481d86864fc4152b3df33R362
The text was updated successfully, but these errors were encountered: