Uh oh!
There was an error while loading. Please reload this page.
Remove unstable macro_reexport - #49982
Conversation
rust-highfive
commented
Apr 15, 2018
r? @TimNN (rust_highfive has picked a reviewer for you, use r? to override) |
TimNN
left a comment
There was a problem hiding this comment.
@petrochenkov: As far as I can tell with my limited knowledge of compiler internals, the changes look good.
Can you ping someone from the compiler team who is more familiar with this area of code, to give this a second look (otherwise I'll ping a random person from the team)?
There was a problem hiding this comment.
@petrochenkov: Just to confirm: the existing pub use alloc_crate::vec; below makes both, the module & macro, available?
There was a problem hiding this comment.
@petrochenkov: How likely are the changes in this file to cause crates to break, e.g. because of an unknown compiler bug? Phrased differently, do you think a crater run would make sense?
There was a problem hiding this comment.
I'd say unlikely.
If all local users of libstd like compiler and test suite build succesfully, then everything should be okay.
rust-highfive
commented
Apr 15, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
Apr 15, 2018
Actual failure: |
petrochenkov
commented
Apr 15, 2018
cc @rust-lang/lang |
There was a problem hiding this comment.
This should probably have some note about why the feature was removed and what should be used instead.
emilyalbini
commented
Apr 23, 2018
Ping from triage @withoutboats! Can you review this PR? |
cramertj
commented
Apr 24, 2018
@pietroalbini I believe they're out this week. r? @alexcrichton maybe? |
alexcrichton
commented
Apr 24, 2018
Thanks @petrochenkov! r=me once this is ready |
petrochenkov
commented
Apr 29, 2018
@bors r=alexcrichton |
bors
commented
Apr 29, 2018
📌 Commit 80712bb has been approved by |
bors
commented
Apr 29, 2018
⌛ Testing commit 80712bbce918960c05ca24fecd0cd1473524499c with merge db96ae2f636b18fab3b95d1f9db7edf848ca17f6... |
bors
commented
Apr 29, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
petrochenkov
commented
May 1, 2018
@bors r=alexcrichton |
bors
commented
May 1, 2018
📌 Commit 730c722 has been approved by |
bors
commented
May 1, 2018
⌛ Testing commit 730c722 with merge fe8480e9e740cf2e778143b6cacd01450a42cc2d... |
bors
commented
May 1, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
1 similar comment
rust-highfive
commented
May 1, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
petrochenkov
commented
May 1, 2018
Oh, come on. |
bors
commented
May 1, 2018
bors
commented
May 1, 2018
☀️ Test successful - status-appveyor, status-travis |
It's subsumed by
feature(use_extern_macros)andpub usecc #35896
closes#29638
closes#38951