Skip to content

Add testcase for #11493 #14010

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 9, 2014
Merged

Add testcase for #11493 #14010

merged 1 commit into from
May 9, 2014

Conversation

richo
Copy link
Contributor

@richo richo commented May 7, 2014

Is this what you had in mind?

Closes #11493

bors added a commit that referenced this pull request May 9, 2014
@bors bors closed this May 9, 2014
@bors bors merged commit d312308 into rust-lang:master May 9, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
fuzz: Fixes broken Cargo.toml for fuzz tests

Fixes broken Cargo.toml for fuzz tests and adds building of fuzz tests to the CI.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 20, 2025
…t-lang#14010)

Proposing to replace

```rust
let mut x = PathBuf::from("/foo");
x.push("/bar");
```

by

```rust
let mut x = PathBuf::from("/foo");
x.push("bar");
```

changes the content of `x` (`/bar` ⇒ `/foo/bar`). This is not equivalent
and should not be `MachineApplicable`, even if the original code is
suspicious.

changelog: none
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc hangs when printing block with no trailing newline
3 participants