-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix vec-add #2711
Labels
A-type-system
Area: Type system
Comments
ghost
assigned eholk
Jun 28, 2012
There is no such thing as a mutable vector anymore. Closing. |
fhahn
added a commit
to fhahn/rust
that referenced
this issue
Feb 22, 2014
* compile-fail/vec-add.rs is obsolete, there are no mutable vectors any more, rust-lang#2711 is closed * compile-fail/issue-1451.rs is obsolete, there are no more structural records, rust-lang#1451 is closed * compile-fail/issue-2074.rs is obsolete, an up to date test is in run-pass/nested-enum-same-names.rs, rust-lang#2074 is closed * compile-fail/omitted-arg-wrong-types.rs is obsolete, rust-lang#2093 is closed
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this issue
Feb 25, 2014
* compile-fail/vec-add.rs is obsolete, there are no mutable vectors any more, rust-lang#2711 is closed * compile-fail/issue-1451.rs is obsolete, there are no more structural records, rust-lang#1451 is closed * compile-fail/issue-2074.rs is obsolete, an up to date test is in run-pass/nested-enum-same-names.rs, rust-lang#2074 is closed * compile-fail/omitted-arg-wrong-types.rs is obsolete, rust-lang#2093 is closed
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Dec 3, 2022
slight simplifications for borrow tracking and some renaming for consistency
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Jan 6, 2023
slight simplifications for borrow tracking and some renaming for consistency
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Changes were required due to: - rust-lang#115011 - rust-lang#114993
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://github.com/mozilla/rust/blob/master/src/test/compile-fail/vec-add.rs
The text was updated successfully, but these errors were encountered: