Uh oh!
There was an error while loading. Please reload this page.
suppress change-tracker warnings in CI containers - #119298
Merged
bors merged 2 commits intoJan 3, 2024
Merged
Conversation
rustbot
commented
Dec 25, 2023
Collaborator
(rustbot has picked a reviewer for you, use r? to override) |
onur-ozkanforce-pushed
the
silence-change-tracker-warning-for-ci
branch
from
December 25, 2023 13:51
5a495da to
45b08baCompare
This comment has been minimized.
This comment has been minimized.
jyn514
commented
Dec 25, 2023
Member
(this depends on #119294) |
ContributorAuthor
onur-ozkanforce-pushed
the
silence-change-tracker-warning-for-ci
branch
from
December 26, 2023 11:53
45b08ba to
80ceebdCompareonur-ozkanforce-pushed
the
silence-change-tracker-warning-for-ci
branch
3 times, most recently
from
December 29, 2023 07:38
b5e6210 to
27c97d5CompareSigned-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
onur-ozkanforce-pushed
the
silence-change-tracker-warning-for-ci
branch
from
December 29, 2023 07:46
27c97d5 to
8dd6facCompareonur-ozkan
marked this pull request as ready for review
December 29, 2023 08:18
onur-ozkan
commented
Dec 29, 2023
ContributorAuthor
@rustbot ready |
Mark-Simulacrum
commented
Dec 31, 2023
Member
@bors r+ |
bors
commented
Dec 31, 2023
Collaborator
onur-ozkan
commented
Jan 2, 2024
ContributorAuthor
@bors rollup |
fmease added a commit
to fmease/rust
that referenced
this pull request
Jan 3, 2024
…warning-for-ci, r=Mark-Simulacrum suppress change-tracker warnings in CI containers Fixesrust-lang#119296
This was referenced Jan 3, 2024
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 3, 2024
Rollup of 21 pull requests Successful merges: - rust-lang#119086 (Query panic!() to useful diagnostic) - rust-lang#119239 (Remove unnecessary arm in `check_expr_yield`) - rust-lang#119298 (suppress change-tracker warnings in CI containers) - rust-lang#119319 (Document that File does not buffer reads/writes) - rust-lang#119434 (rc: Take *const T in is_dangling) - rust-lang#119444 (Rename `TyCtxt::is_closure` to `TyCtxt::is_closure_or_coroutine`) - rust-lang#119474 (Update tracking issue of naked_functions) - rust-lang#119476 (Pretty-print always-const trait predicates correctly) - rust-lang#119477 (rustdoc ui: adjust tooltip z-index to be above sidebar) - rust-lang#119479 (Remove two unused feature gates from rustc_query_impl) - rust-lang#119487 (Minor improvements in comment on `freshen.rs`) - rust-lang#119492 (Update books) - rust-lang#119494 (Deny defaults for higher-ranked generic parameters) - rust-lang#119498 (Update deadlinks of `strict_provenance` lints) - rust-lang#119505 (Don't synthesize host effect params for trait associated functions marked const) - rust-lang#119510 (Report I/O errors from rmeta encoding with emit_fatal) - rust-lang#119512 (Mark myself as back from leave) - rust-lang#119514 (coverage: Avoid a query stability hazard in `function_coverage_map`) - rust-lang#119523 (llvm: Allow `noundef` in codegen tests) - rust-lang#119534 (Update `thread_local` examples to use `local_key_cell_methods`) - rust-lang#119544 (Fix: Properly set vendor in i686-win7-windows-msvc target) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 3, 2024
Rollup merge of rust-lang#119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r=Mark-Simulacrum suppress change-tracker warnings in CI containers Fixesrust-lang#119296
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.
Fixes#119296