Skip to content

Prettydocs2 - #2803

Closed
Dretch wants to merge 1 commit into
rust-lang:incomingfrom
Dretch:prettydocs2
Closed

Prettydocs2#2803
Dretch wants to merge 1 commit into
rust-lang:incomingfrom
Dretch:prettydocs2

Conversation

@Dretch

Copy link
Copy Markdown
Contributor

As requested here: #2762

@brson

brson commented Jul 5, 2012

Copy link
Copy Markdown
Contributor

Thanks!

@brsonbrson closed this Jul 5, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Feb 26, 2023
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job x86_64-gnu-llvm-14 failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@v3' (SHA:ac593985615ec2ede58e132d2e21d2b1cbd6127c)
Download action repository 'rust-lang/simpleinfra@master' (SHA:697bea7ddceb6696743da8f159f268aef8bfb3c6)
Complete job name: PR (x86_64-gnu-llvm-14, false, ubuntu-20.04-xl)
git config --global core.autocrlf false
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
CI_JOB_NAME: x86_64-gnu-llvm-14
---
Finished dev [unoptimized] target(s) in 0.04s
Skipping Set({test::src/tools/tidy}) because it is excluded
Skipping Set({test::src/tools/tidy}) because it is excluded
Updating crates.io index
error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.

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
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>
Sign up for freeto 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.

3 participants

@Dretch@brson@rust-log-analyzer