Uh oh!
There was an error while loading. Please reload this page.
Prettydocs2 - #2803
Closed
Dretch wants to merge 1 commit into
Closed
Conversation
…omments.py (and manually tweaking) - for issue #2498
brson
commented
Jul 5, 2012
Contributor
Thanks! |
RalfJung pushed a commit
to RalfJung/rust
that referenced
this pull request
Feb 26, 2023
rust-log-analyzer
commented
Feb 26, 2023
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
jaisnan pushed a commit
to jaisnan/rust-dev
that referenced
this pull request
Jul 29, 2024
Add support for History Expressions. This allows an ensures clause to evaluate expressions before the function runs, bing them to anonymous variables and use them after calculating the result to be able to compare to the state before the function evaluation. Resolvesrust-lang#2803 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Matias Scharager <mscharag@amazon.com> Co-authored-by: Justus Adam <dev@justus.science> Co-authored-by: Felipe R. Monteiro <rms.felipe@gmail.com>
tshepang added a commit
to tshepang/rust
that referenced
this pull request
Mar 23, 2026
sembr a few files
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
2803: Fix various names, e.g. Iterator not resolving in core prelude r=matklad a=flodiebold Basically, `Iterator` is re-exported via several steps, which happened to not be resolved yet when we got to the prelude import, but since the name resolved to the reexport from `core::iter` (just to no actual items), we gave up trying to resolve it further. Maybe part of the problem is that we can have `PartialResolvedImport::Unresolved` or `PartialResolvedImport::Indeterminate` with `None` in all namespaces, and handle them differently. Fixesrust-lang#2683. 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 freeto 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.
As requested here: #2762