Skip to content

mkdir rt fails because it exists #12615

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

Closed
cnd opened this issue Feb 28, 2014 · 1 comment
Closed

mkdir rt fails because it exists #12615

cnd opened this issue Feb 28, 2014 · 1 comment

Comments

@cnd
Copy link
Contributor

cnd commented Feb 28, 2014

https://github.com/mozilla/rust/blob/master/configure#L748

mkdir: error: Error: directory 'i686-pc-mingw32/rt' already exists
for t in $CFG_TARGET
do
  make_dir $t/rt
  for s in 0 1 2 3
  do
@cnd
Copy link
Contributor Author

cnd commented Feb 28, 2014

sorry ) coreutils works wrong

@cnd cnd closed this as completed Feb 28, 2014
bors pushed a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
… r=flodiebold

fix: trailing ':' on empty inactive reasons

## Description
Fixes trailing ':' even when there is no explanation. e.g.
``` sh
code is inactive due to #[cfg] directives:
```
## Issue
Fixes: rust-lang#12615
flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 4, 2024
…yxyas

Do not suggest `assigning_clones` in `Clone` impl

This PR modifies `assigning_clones` to detect situations where the `clone` call is inside a `Clone` impl, and avoids suggesting the lint in such situations.

r? `@blyxyas`

Fixes: rust-lang/rust-clippy#12600

changelog: Do not invoke `assigning_clones` inside `Clone` impl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant