Skip to content
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

Closed
eholk opened this issue Jun 22, 2012 · 1 comment
Closed

Fix vec-add #2711

eholk opened this issue Jun 22, 2012 · 1 comment
Labels
A-typesystem Area: The type system

Comments

@eholk
Copy link
Contributor

eholk commented Jun 22, 2012

From https://github.com/mozilla/rust/blob/master/src/test/compile-fail/vec-add.rs

// FIXME: + should allow immutable or mutable vectors on the right
// hand side in all cases. We are getting compiler errors about this
// now, so I'm xfailing the test for now. -eholk

@ghost ghost assigned eholk Jun 28, 2012
@pcwalton
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typesystem Area: The type system
Projects
None yet
Development

No branches or pull requests

2 participants