Value assigned to immutable variable
A bug was introduced by commit 0e613dcc which first declares has_rdrand
to be immutable and sets its value to false and then is later modified. This prevented my Redox build from compiling.
A bug was introduced by commit 0e613dcc which first declares has_rdrand
to be immutable and sets its value to false and then is later modified. This prevented my Redox build from compiling.