Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Fixes #30 -- bind the whole kernel, instead of explicitly enumerating symbols #31

Closed
wants to merge 1 commit into from

Conversation

alex
Copy link
Member

@alex alex commented May 29, 2018

This is less verbose, produces less conflicts, and doesn't really have any major downsides.

… symbols

This is less verbose, produces less conflicts, and doesn't really have any major downsides.
@alex
Copy link
Member Author

alex commented May 29, 2018

Ahhhh, this doesn't work because there's a 44 element array, and core only implements AsMut<[u8]> for up to 32 element arrays.

I'm going to file a bug with upstream to see if they'd be interested in expanding their AsMut<[u8]> offerings to go up to 44 elements. Computers are awful.

@alex
Copy link
Member Author

alex commented May 29, 2018

rust-lang/rust#51192

@alex alex closed this May 30, 2018
@alex alex deleted the alex-patch-1 branch May 30, 2018 22:10
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.

1 participant