Skip to content

Regression in rand crate #30751

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
brson opened this issue Jan 6, 2016 · 1 comment
Closed

Regression in rand crate #30751

brson opened this issue Jan 6, 2016 · 1 comment
Labels
regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.

Comments

@brson
Copy link
Contributor

brson commented Jan 6, 2016

See rust-random/rand#93

src/isaac.rs:134:37: 134:48 error: the type of this value must be known in this context
src/isaac.rs:134             ($x:expr) => ( self.mem[($x >> 2).0 as usize & (RAND_SIZE_USIZE - 1)] )
src/isaac.rs:373:42: 373:53 error: the type of this value must be known in this context
 src/isaac.rs:373                 *self.mem.get_unchecked((($x >> 3).0 as usize) & (RAND_SIZE_64 - 1))
@brson brson added the regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. label Jan 6, 2016
@erickt
Copy link
Contributor

erickt commented Jan 6, 2016

Dup of #30713.

@erickt erickt closed this as completed Jan 6, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.
Projects
None yet
Development

No branches or pull requests

2 participants