Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Updates for new rustc #198

Closed
wants to merge 1 commit into from
Closed

Conversation

peterjgilbert
Copy link
Member

@@ -368,12 +369,16 @@ fn to_block_id(id: EkidenBlockId) -> BlockId {
}
}

pub fn to_bytes(num: u32) -> [u8; mem::size_of::<u32>()] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunate that this got removed. It looks like the deal is that they're moving to a to_le_bytes() API, but i guess the state at this nightly is that neither are stable?

Can you add a comment pointing to the language issue: rust-lang/rust#52963 so that we can get rid of this once .to_le_bytes is available?

@nhynes
Copy link
Contributor

nhynes commented Sep 23, 2018

I have a new PR coming up that fixes these bugs and more.

@peterjgilbert
Copy link
Member Author

Abandoned in favor of #199

@peterjgilbert peterjgilbert deleted the peterjgilbert/bugfix/rustc branch September 24, 2018 01:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants