Uh oh!
There was an error while loading. Please reload this page.
Stabilize const-calling existing const-fns in std - #46287
Conversation
rust-highfive
commented
Nov 26, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BurntSushi (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
278bd25 to
6c5f53eCompareaturon
commented
Nov 28, 2017
@bors: r+ Thanks for pushing this through, @SimonSapin |
bors
commented
Nov 28, 2017
📌 Commit 6c5f53e has been approved by |
bors
commented
Nov 29, 2017
⌛ Testing commit 6c5f53e with merge dbc8d4b392fed320ba4455b2184ee42c9d9f2044... |
bors
commented
Nov 29, 2017
💔 Test failed - status-travis |
scottmcm
commented
Nov 29, 2017
[00:12:31]In file included from /Users/travis/build/rust-lang/rust/src/llvm/lib/Support/ThreadPool.cpp:14:[00:12:31]In file included from /Users/travis/build/rust-lang/rust/src/llvm/include/llvm/Support/ThreadPool.h:30:[00:12:31] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1447:23: error:'future_error' is unavailable: introduced in macOS 10.8[00:12:31]future_error(make_error_code(future_errc::broken_promise))[00:12:31] ^
[00:12:31] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note:'future_error' has been explicitly marked unavailable here
[00:12:31] class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:31] ^
[00:12:31] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1621:23: error:'future_error' is unavailable: introduced in macOS 10.8[00:12:31]future_error(make_error_code(future_errc::broken_promise))[00:12:31] ^
[00:12:31] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note:'future_error' has been explicitly marked unavailable here
[00:12:31] class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:31] ^
[00:12:31]2 errors generated.[00:12:31] make[3]:***[lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o]Error1[00:12:31] make[2]:***[lib/Support/CMakeFiles/LLVMSupport.dir/all]Error2Same error as #46290 (comment) |
kennytm
commented
Nov 29, 2017
@bors retry — travis-ci/travis-ci#8821 |
Stabilize const-calling existing const-fns in std Fixesrust-lang#46038
Fixes#46038