-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
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
Compiler failure (vector initialization) #13446
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Comments
It looks like it no longer causes ICE
|
Awesome! Flagging as needstest. |
Sawyer47
added a commit
to Sawyer47/rust
that referenced
this issue
Jun 9, 2014
bors
added a commit
that referenced
this issue
Jun 10, 2014
Closes #14611 (std: Remove the as_utf16_p functions) Closes #14694 (Num cleanup) Closes #14760 (Add --color to test binary options) Closes #14763 (std: Move dynamic_lib from std::unstable to std) Closes #14766 (Add test for issue #13446) Closes #14769 (collections: Add missing Default impls) Closes #14773 (General nits) Closes #14776 (rustdoc: Correctly classify enums/typedefs)
mcpherrinm
pushed a commit
to mcpherrinm/rust
that referenced
this issue
Jun 10, 2014
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 3, 2024
…1995 Update actions/setup-node to v4 changelog: none Required for using Node.js 20.x in CI * Changelog for actions/checkout@v4 https://github.com/actions/checkout/blob/main/CHANGELOG.md?rgh-link-date=2024-09-04T18%3A38%3A10Z#v400 * GitHub Blog post https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Example warning: https://github.com/rust-lang/rust-clippy/actions/runs/11003847751 > The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
The following code causes an compiler error (rust 0.10)
The text was updated successfully, but these errors were encountered: