-
Notifications
You must be signed in to change notification settings - Fork 13.4k
collect doc alias as tips during resolution #127721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In general I'd prefer to maybe not do this at all for the local crate. |
Agree and accept this suggestion. @rustbot ready |
This comment was marked as resolved.
This comment was marked as resolved.
@bvanjoi triage here, any interest in rebasing this? |
@bvanjoi |
Rebased. @rustbot ready |
This comment was marked as resolved.
This comment was marked as resolved.
Update: Fixes the incorrect submodule... |
This comment was marked as resolved.
This comment was marked as resolved.
Hi @estebank could you take a look at this when you get a chance? Thanks 🙂 |
Maybe r? @petrochenkov (or reroll)? |
@rustbot ready |
r=me with an explanation #127721 (comment), not just for rev but for what the code intends to do in general. |
Reminder, once the PR becomes ready for a review, use |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
@bors r+ |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 2b96ddc (parent) -> 87b4541 (this PR) Test differencesShow 10 test diffsStage 1
Stage 2
Additionally, 8 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 87b454156998b945cf161c951f0fbc20ac292cf6 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (87b4541): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary 3.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -0.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 775.539s -> 775.275s (-0.03%) |
Close #124273
Collect the symbol in the doc alias attributes and provide a tip when a match is found.
r? @estebank