Small typo in ## Creating a task with a bi-directional communication path - #3376
Closed
jimblandy wants to merge 3 commits into
Closed
Small typo in ## Creating a task with a bi-directional communication path#3376jimblandy wants to merge 3 commits into
jimblandy wants to merge 3 commits into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the first paragraph, "There" should be "The".