We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
In debian we are getting a build failure with at least version 1.70 of rustc (and also 1.74): https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2%2Bb1&stamp=1714274811&raw=0 but we didn't with version 1.63 of rustc: https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2&stamp=1677037385&raw=0
Samuel
The text was updated successfully, but these errors were encountered:
@Fabian-Gruenbichler
Sorry, something went wrong.
That's possibly related to rust-lang/rust#114479
note that Debian's i386 is Rust's i686 but with CPU baseline set to pentiumpro (so no SSE)
pentiumpro
No branches or pull requests
Hello,
In debian we are getting a build failure with at least version 1.70 of rustc (and also 1.74):
https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2%2Bb1&stamp=1714274811&raw=0
but we didn't with version 1.63 of rustc:
https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2&stamp=1677037385&raw=0
Samuel
The text was updated successfully, but these errors were encountered: