Skip to content

Small typo in ## Creating a task with a bi-directional communication path - #3376

Closed
jimblandy wants to merge 3 commits into
rust-lang:incomingfrom
jimblandy:master
Closed

Small typo in ## Creating a task with a bi-directional communication path#3376
jimblandy wants to merge 3 commits into
rust-lang:incomingfrom
jimblandy:master

Conversation

@jimblandy

Copy link
Copy Markdown
Contributor

In the first paragraph, "There" should be "The".

@jimblandy jimblandy closed this Sep 4, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Mar 15, 2024
…hlin

Improve sysroots notification

* Removes the T-miri ping (because these failures can't be acted on quickly, ergo they cannot be urgent)
* Puts the message in a separate Zulip topic
* Lists which targets failed to build in the Zulip message
jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
… into kani_core) (rust-lang#3376)

This adds the commit from rust-lang#3375 to features/verify-rust-std.
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
3376: Fix a common false-positive type mismatch r=matklad a=flodiebold

E.g. for `&{ some_string() }` in a context where a `&str` is expected, we
reported a mismatch inside the block. The problem is that we're passing an
expectation of `str` down, but the expectation is more of a hint in this case.
There's a long comment in rustc about this, which I just copied.

Also, fix reported location for type mismatches in macros.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
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

Successfully merging this pull request may close these issues.

1 participant