You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a temporary stepping stone in vector reform (Issue #2653), we are making the compiler write all of its vector literals using the postfix /~ notation.
It is an uglification, but I have already done it, and @graydon thinks this will make future changes to a permanent vector syntax easier to accomplish mechanically. Merging it into the tree now keeps me from having to go through constant merge hell in the interim.
The text was updated successfully, but these errors were encountered:
make unix path handling on Windows hosts (and vice versa) preserve absoluteness
Also adds a magic Miri extern function so this conversion can be invoked by the program. That avoids having to duplicate that logic.
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Jan 6, 2023
make unix path handling on Windows hosts (and vice versa) preserve absoluteness
Also adds a magic Miri extern function so this conversion can be invoked by the program. That avoids having to duplicate that logic.
As a temporary stepping stone in vector reform (Issue #2653), we are making the compiler write all of its vector literals using the postfix /~ notation.
It is an uglification, but I have already done it, and @graydon thinks this will make future changes to a permanent vector syntax easier to accomplish mechanically. Merging it into the tree now keeps me from having to go through constant merge hell in the interim.
The text was updated successfully, but these errors were encountered: