Skip to content

libcore: Move position and rposition methods to ImmutableVector trait - #6468

Closed
gifnksm wants to merge 1 commit into
rust-lang:incomingfrom
gifnksm:rposition-immutable
Closed

libcore: Move position and rposition methods to ImmutableVector trait#6468
gifnksm wants to merge 1 commit into
rust-lang:incomingfrom
gifnksm:rposition-immutable

Conversation

@gifnksm

Copy link
Copy Markdown
Contributor

position and rposition belonged to ImmutableCopyableVector, but they don't need the value is copyable.

bors added a commit that referenced this pull request May 14, 2013
`position` and `rposition` belonged to `ImmutableCopyableVector`, but they don't need the value is copyable.
@borsbors closed this May 14, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 20, 2020
…for-rustbot, r=flip1995
Renamed the good first issue label for rustbot
The `good first issue` label got renamed to `good-first-issue`. See [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Rename.20the.20.22good.20first.20issue.22.20label.20for.20bot.20usage/near/220428379) to enable the assignment with rustbot.
changelog: None
r? `@flip1995`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 20, 2020
…in-docs, r=flip1995
Renamed the good first issue label in CONTRIBUTING.md
Follow up from rust-lang#6468
Grep found some more references to the old `good first issue`.
[CONTRIBUTING.md rendered](https://github.com/xFrednet/rust-clippy/blob/0000-rename-good-first-issue-in-docs/CONTRIBUTING.md)
<details>
<summary>grep output</summary>
```
$ grep -Ri "good first issue" rust-clippy/
rust-clippy/.git/COMMIT_EDITMSG:Renamed the good first issue label in CONTRIBUTING.md
rust-clippy/.git/logs/HEAD:896d82f7ff64644656bda7a4ed8bbd55ca3b7619 1f58c2b xFrednet <xFrednet@gmail.com> 1608326295 +0000 commit: Renamed the good first issue label for rustbot
rust-clippy/.git/logs/HEAD:9be704584f05e5a6c3ba2708590f98c1f261d19a ced54f2 xFrednet <xFrednet@gmail.com> 1608329602 +0000 commit: Renamed the good first issue label in CONTRIBUTING.md
rust-clippy/.git/logs/refs/heads/0000-rename-good-first-issue-in-docs:896d82f7ff64644656bda7a4ed8bbd55ca3b7619 1f58c2b xFrednet <xFrednet@gmail.com> 1608326295 +0000 commit: Renamed the good first issue label for rustbot
rust-clippy/.git/logs/refs/heads/0000-rename-good-first-issue-in-docs:9be704584f05e5a6c3ba2708590f98c1f261d19a ced54f2 xFrednet <xFrednet@gmail.com> 1608329602 +0000 commit: Renamed the good first issue label in CONTRIBUTING.md
rust-clippy/CONTRIBUTING.md:Some issues are easier than others. The [`good first issue`] label can be used to find the easy issues.
rust-clippy/CONTRIBUTING.md:[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an [`good first issue`]
rust-clippy/CONTRIBUTING.md:[`good first issue`]: https://github.com/rust-lang/rust-clippy/labels/good%20first%20issue
```
</details>
---
changelog: None
r? `@flip1995`
rust-borsBot pushed a commit that referenced this pull request Feb 27, 2026
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6468: Add common issues to the bug report template r=flodiebold a=lnicola
Closesrust-lang#6298
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@gifnksm@bors