We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
pub fn main() { let _o = None::<std::unstable::simd::i32x4>; }
task 'rustc' failed at 'Unsupported enum alignment: 16u64', /home/jld/src/rust/src/librustc/middle/trans/adt.rs:409
Known and explained in a comment in the source, but I didn't realize when I wrote it that we'd exposed vectors already.
Should be a simple matter of adding more cases to the match align { ... } part.
match align { ... }
cc @huonw
The text was updated successfully, but these errors were encountered:
8658a43
Remove outdated FIXME: rust-lang#10604 was fixed by rust-lang#11717.
34f8e62
Auto merge of rust-lang#10604 - blyxyas:fix-book_broken_links, r=flip…
592ea39
…1995 (Small) Fix broken links for Rust merge rust-lang#110003's CI is [currently broken](https://github.com/rust-lang/rust/actions/runs/4628510374/jobs/8187672234?pr=110003) because of broken links. This PR fixes that. It was tested against `lintcheck` and found another broken link in `usage.md` (apart from CI's broken links) changelog:Fix broken links in the book Sorry for putting more work on you, but you're the one doing the Rust PR r? `@flip1995`
No branches or pull requests
task 'rustc' failed at 'Unsupported enum alignment: 16u64', /home/jld/src/rust/src/librustc/middle/trans/adt.rs:409
Known and explained in a comment in the source, but I didn't realize when I wrote it that we'd exposed vectors already.
Should be a simple matter of adding more cases to the
match align { ... }
part.cc @huonw
The text was updated successfully, but these errors were encountered: