Closed
Description
We're updating the bootstrap compiler in #44154 which attempted to remove the MSVC-specific logic here (added in #43589) but I believe that caused this failure.
No time to debug just yet, but we should remove this one day!
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
alexcrichton commentedon Aug 31, 2017
cc @aidanhs
aidanhs commentedon Aug 31, 2017
Well beta-2017-08-29 does seem to have the code in it, so...hmm -
rust/src/librustc_trans/back/symbol_export.rs
Lines 87 to 93 in 1981099
alexcrichton commentedon Aug 31, 2017
Oh I should also clarify that I'm not even sure this is the actual bug. I'm likely to close this after further investigation of updating the bootstrap compiler...
alexcrichton commentedon Sep 1, 2017
Ok opening a new bug
alexcrichton commentedon Sep 1, 2017
I opened up #44236, I think this may mean that
__rust
prefixes are the wrong ones and we're supposed to use the__rg
ones, but there's no real motivation to fix this immediately so I'm not going to investigate further.