We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating Rust toolchain from nightly-2024-06-18 to nightly-2024-06-19 requires source changes. The failed automated run can be found here. Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@59e2c01 up to rust-lang/rust@8fcd4dd. The log for this commit range is: rust-lang/rust@8fcd4dd08e Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr rust-lang/rust@dd104ef163 Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco rust-lang/rust@3f34196839 Remove redundant argument from subdiagnostic method rust-lang/rust@7ba82d61eb Use a dedicated type instead of a reference for the diagnostic context rust-lang/rust@6609501ca7 Fix transmute goal rust-lang/rust@fb6f4b4a6e Explicitly import tracing macros rust-lang/rust@7d2be888b6 Fix impl for SolverDelegate rust-lang/rust@532149eb88 Uplift the new trait solver rust-lang/rust@baf94bddf0 SolverDelegate rust-lang/rust@e7d2d95e5a Uplift PredefinedOpaquesData rust-lang/rust@dba4147633 Make SearchGraph fully generic rust-lang/rust@8814b926f4 Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomez rust-lang/rust@c91edc3888 Prefer dcx methods over fields or fields' methods rust-lang/rust@7e5893019c Use a more precise lifetime rust-lang/rust@9f455d3246 Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkov rust-lang/rust@bbec736f2d Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk rust-lang/rust@ab2cadabe1 Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin rust-lang/rust@6b9bcdca35 Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu rust-lang/rust@2d0ef75867 Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxu rust-lang/rust@af3d1004c7 Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu rust-lang/rust@5093658632 Add more thorough coverage tests for #[coverage(..)] in nested functions rust-lang/rust@9a084e6310 Add a more thorough test of incorrect/unusal #[coverage(..)] syntax rust-lang/rust@605b61534a Create tests/ui/coverage-attr/ rust-lang/rust@c1f62a7c35 Auto merge of #126049 - compiler-errors:rework-use, r=oli-obk rust-lang/rust@f873ae029e Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieu rust-lang/rust@737e42308c Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercote rust-lang/rust@67cfc3a558 Auto merge of #126490 - Oneirical:testicide, r=jieyouxu rust-lang/rust@227374714f Delay a bug and mark precise_capturing as not incomplete rust-lang/rust@579bc3c0e8 Fix other tools rust-lang/rust@bd83649b1d Fix rustfmt rust-lang/rust@2e03130e11 Detect duplicates rust-lang/rust@f66558d2bf Add tests for illegal use bound syntax rust-lang/rust@b1efe1ab5d Rework precise capturing syntax rust-lang/rust@68bd001c00 Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in parse_precise_capturing_syntax rust-lang/rust@c2932aaf9d Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu rust-lang/rust@df6d873ae8 rewrite no-builtins-lto to rmake rust-lang/rust@6fffe848e3 rewrite native-link-modifier-linker to rmake rust-lang/rust@6c2507cab5 Add PanicMessage type for PanicInfo::message(). rust-lang/rust@03f19d632a Add new test_while_readonly helper function to run-make-support rust-lang/rust@cdfcc9442e rewrite incremental-session-fail to rmake rust-lang/rust@91d05ba557 [perf] More span update benchmarking rust-lang/rust@abc2c702af coverage: Add debugging flag -Zcoverage-options=no-mir-spans rust-lang/rust@eefb3ac8af interpret: better error when we ran out of memory rust-lang/rust@5b49b68f30 Migrate run-make/used to rmake.rs rust-lang/rust@5f2b47fcb6 rewrite native-link-modifier-verbatim-rustc to rmake rust-lang/rust@8ece5ce319 rewrite output-filename-overwrites-input to rmake rust-lang/rust@e088edd149 rewrite output-filename-conflicts-with-directory to rmake rust-lang/rust@e9ff47ff40 rewrite error-found-staticlib-instead-crate to rmake rust-lang/rust@ab71510704 rewrite incremental-debugger-visualiser to rmake rust-lang/rust@a3b7c2993e rewrite extern-flag-fun to rmake rust-lang/rust@cabc982253 rewrite invalid-staticlib to rmake rust-lang/rust@ff82e43ca3 rewrite and rename issue-64153 to rmake.rs rust-lang/rust@7c2b3b5615 rewrite output-with-hyphens to rmake format rust-lang/rust@03982dae01 rewrite inaccessible-temp-dir to rmake format rust-lang/rust@d2268902f7 rewrite and rename issue-10971-temps-dir to rmake format
subdiagnostic
dcx
#[coverage(..)]
tests/ui/coverage-attr/
-Zcoverage-options=no-mir-spans
run-make/used
rmake.rs
The text was updated successfully, but these errors were encountered:
5b119e8
celinval
Successfully merging a pull request may close this issue.
Updating Rust toolchain from nightly-2024-06-18 to nightly-2024-06-19 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@59e2c01 up to rust-lang/rust@8fcd4dd. The log for this commit range is:
rust-lang/rust@8fcd4dd08e Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr
rust-lang/rust@dd104ef163 Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco
rust-lang/rust@3f34196839 Remove redundant argument from
subdiagnostic
methodrust-lang/rust@7ba82d61eb Use a dedicated type instead of a reference for the diagnostic context
rust-lang/rust@6609501ca7 Fix transmute goal
rust-lang/rust@fb6f4b4a6e Explicitly import tracing macros
rust-lang/rust@7d2be888b6 Fix impl for SolverDelegate
rust-lang/rust@532149eb88 Uplift the new trait solver
rust-lang/rust@baf94bddf0 SolverDelegate
rust-lang/rust@e7d2d95e5a Uplift PredefinedOpaquesData
rust-lang/rust@dba4147633 Make SearchGraph fully generic
rust-lang/rust@8814b926f4 Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomez
rust-lang/rust@c91edc3888 Prefer
dcx
methods over fields or fields' methodsrust-lang/rust@7e5893019c Use a more precise lifetime
rust-lang/rust@9f455d3246 Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkov
rust-lang/rust@bbec736f2d Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk
rust-lang/rust@ab2cadabe1 Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin
rust-lang/rust@6b9bcdca35 Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu
rust-lang/rust@2d0ef75867 Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxu
rust-lang/rust@af3d1004c7 Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu
rust-lang/rust@5093658632 Add more thorough coverage tests for
#[coverage(..)]
in nested functionsrust-lang/rust@9a084e6310 Add a more thorough test of incorrect/unusal
#[coverage(..)]
syntaxrust-lang/rust@605b61534a Create
tests/ui/coverage-attr/
rust-lang/rust@c1f62a7c35 Auto merge of #126049 - compiler-errors:rework-use, r=oli-obk
rust-lang/rust@f873ae029e Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieu
rust-lang/rust@737e42308c Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercote
rust-lang/rust@67cfc3a558 Auto merge of #126490 - Oneirical:testicide, r=jieyouxu
rust-lang/rust@227374714f Delay a bug and mark precise_capturing as not incomplete
rust-lang/rust@579bc3c0e8 Fix other tools
rust-lang/rust@bd83649b1d Fix rustfmt
rust-lang/rust@2e03130e11 Detect duplicates
rust-lang/rust@f66558d2bf Add tests for illegal use bound syntax
rust-lang/rust@b1efe1ab5d Rework precise capturing syntax
rust-lang/rust@68bd001c00 Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in parse_precise_capturing_syntax
rust-lang/rust@c2932aaf9d Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu
rust-lang/rust@df6d873ae8 rewrite no-builtins-lto to rmake
rust-lang/rust@6fffe848e3 rewrite native-link-modifier-linker to rmake
rust-lang/rust@6c2507cab5 Add PanicMessage type for PanicInfo::message().
rust-lang/rust@03f19d632a Add new test_while_readonly helper function to run-make-support
rust-lang/rust@cdfcc9442e rewrite incremental-session-fail to rmake
rust-lang/rust@91d05ba557 [perf] More span update benchmarking
rust-lang/rust@abc2c702af coverage: Add debugging flag
-Zcoverage-options=no-mir-spans
rust-lang/rust@eefb3ac8af interpret: better error when we ran out of memory
rust-lang/rust@5b49b68f30 Migrate
run-make/used
tormake.rs
rust-lang/rust@5f2b47fcb6 rewrite native-link-modifier-verbatim-rustc to rmake
rust-lang/rust@8ece5ce319 rewrite output-filename-overwrites-input to rmake
rust-lang/rust@e088edd149 rewrite output-filename-conflicts-with-directory to rmake
rust-lang/rust@e9ff47ff40 rewrite error-found-staticlib-instead-crate to rmake
rust-lang/rust@ab71510704 rewrite incremental-debugger-visualiser to rmake
rust-lang/rust@a3b7c2993e rewrite extern-flag-fun to rmake
rust-lang/rust@cabc982253 rewrite invalid-staticlib to rmake
rust-lang/rust@ff82e43ca3 rewrite and rename issue-64153 to rmake.rs
rust-lang/rust@7c2b3b5615 rewrite output-with-hyphens to rmake format
rust-lang/rust@03982dae01 rewrite inaccessible-temp-dir to rmake format
rust-lang/rust@d2268902f7 rewrite and rename issue-10971-temps-dir to rmake format
The text was updated successfully, but these errors were encountered: