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-07-01 to nightly-2024-07-02 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@6868c83 up to rust-lang/rust@cf2df68. The log for this commit range is: rust-lang/rust@cf2df68d1f Auto merge of #127216 - GuillaumeGomez:rollup-iw9f2ed, r=GuillaumeGomez rust-lang/rust@a509b5a0ba Rollup merge of #127201 - GuillaumeGomez:improve-run-make-support, r=Kobzol rust-lang/rust@cb81d0dd05 Rollup merge of #127188 - onur-ozkan:rustc-src-fix, r=Kobzol rust-lang/rust@61fe6b6c0c Rollup merge of #127129 - compiler-errors:full-expr-span, r=jieyouxu rust-lang/rust@f5810c4a51 Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=joboet rust-lang/rust@61e7f05895 Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=Kobzol rust-lang/rust@6b2e644218 Rollup merge of #126832 - petrochenkov:linkarg, r=jieyouxu rust-lang/rust@c4baa3f2f4 Rollup merge of #126753 - compiler-errors:use-style-guide, r=joshtriplett,calebcartwright rust-lang/rust@61db24d15d Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se rust-lang/rust@221e2741c3 Auto merge of #127113 - scottmcm:retune-inlining-again, r=oli-obk rust-lang/rust@23c8ed14c9 Avoid MIR bloat in inlining rust-lang/rust@5f9a0d3844 linker: Bail out of rpath logic early if the target doesn't support rpath rust-lang/rust@af31c338fc linker: Refactor interface for passing arguments to linker rust-lang/rust@97415ce6e7 fail on component linking errors rust-lang/rust@fe6f3fa107 improve the way bootstrap handles rustlib components rust-lang/rust@fcfac05657 Improve target method API in run-make-support rust-lang/rust@b5b97dccae Improve run-make-support API for assert* functions rust-lang/rust@c3774be741 Auto merge of #127197 - matthiaskrgr:rollup-aqpvn5q, r=matthiaskrgr rust-lang/rust@f5ef1cd17c Rollup merge of #127191 - beetrees:register-out-of-scope-macro-calls, r=compiler-errors rust-lang/rust@c9276ad27d Rollup merge of #127182 - danielhuang:patch-4, r=Nilstrieb rust-lang/rust@b067ee82f8 Rollup merge of #127181 - BoxyUwU:dump_def_parents, r=compiler-errors rust-lang/rust@c7e64dcbf1 Rollup merge of #127150 - xen0n:issue125908, r=Kobzol rust-lang/rust@6938b4b640 Rollup merge of #127105 - scottmcm:issue-127089, r=cjgillot rust-lang/rust@04a3969af7 Rollup merge of #127090 - kornelski:wrap-conflicts, r=fee1-dead rust-lang/rust@c471e07156 Rollup merge of #126923 - workingjubilee:regression-tests-for-simd-invalid-bitcast, r=calebzulawski rust-lang/rust@7b21c18fe4 Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote rust-lang/rust@f92a6c41e6 Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler-errors rust-lang/rust@583b5fcad7 Use full expr span for return suggestion on type error/ambiguity rust-lang/rust@ad12a2a5fc Auto merge of #127082 - GuillaumeGomez:help-gui-test, r=notriddle rust-lang/rust@4c919ac50b Ensure out_of_scope_macro_calls lint is registered rust-lang/rust@b8d7dd8d69 Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol rust-lang/rust@af3d7f869b Update ip_addr.rs rust-lang/rust@552794410a add rustc_dump_def_parents attribute rust-lang/rust@f6942112eb Add a GVN test for 127089 that doesn't optimize to a constant rust-lang/rust@daff015314 Migrate tests to use -Znext-solver rust-lang/rust@34ae56de35 Make feature(effects) require -Znext-solver rust-lang/rust@03fce3648d Fix x86_64 code being produced for bare-metal LoongArch targets' compiler_builtins rust-lang/rust@7f383d098a Stabilize duration_abs_diff rust-lang/rust@2ef269953a Refactor compressed-debuginfo to use llvm_readobj rust-lang/rust@0c1df370ca Refactor wasm-abi to use cmd rust-lang/rust@68b6bb27c1 Migrate wasm-exceptions-nostd to rmake rust-lang/rust@189232bc42 Migrate wasm-override-linker to rmake rust-lang/rust@56fe015d4a Migrate weird-output-filenames to rmake rust-lang/rust@614e04226d Migrate volatile-intrinsics to rmake rust-lang/rust@c8bbeef12f Don't call switch-theme function rust-lang/rust@b1d1e66389 Add back help-page.goml rustdoc GUI test rust-lang/rust@c9f36f8cd7 Only update Eq operands in GVN if you can update both sides rust-lang/rust@4061fd9e4e Reduce merge conflicts from rustfmt's wrapping rust-lang/rust@bd111f5c4b Document new field and function rust-lang/rust@f026e0bfc1 Cleanup bootstrap check-cfg rust-lang/rust@ba198af81f Rename 'cx to 'infcx rust-lang/rust@86c8eae774 Automatically taint InferCtxt when errors are emitted rust-lang/rust@5988078aa2 Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxt rust-lang/rust@79ac8982ca Restrict diagnostic context lifetime of TypeErrCtxt to InferCtxt instead of TyCtxt rust-lang/rust@f3d9523a2e Restrict diagnostic context lifetime of FnCtxt to InferCtxt instead of TyCtxt rust-lang/rust@ef559199ef Restrict diagnostic context lifetime of mir borrowck to InferCtxt instead of TyCtxt rust-lang/rust@81695a147a Split lifetimes on mir borrowck dataflow rust-lang/rust@ac670721c9 test: dont optimize to invalid bitcasts rust-lang/rust@1031d4da55 Add nightly style guide section for precise_capturing rust-lang/rust@bb00657d16 Stabilize PanicInfo::message() and PanicMessage
target
run-make-support
assert*
out_of_scope_macro_calls
rustc_dump_def_parents
-Znext-solver
feature(effects)
compiler_builtins
duration_abs_diff
compressed-debuginfo
llvm_readobj
wasm-abi
cmd
wasm-exceptions-nostd
rmake
wasm-override-linker
weird-output-filenames
volatile-intrinsics
switch-theme
help-page.goml
Eq
'cx
'infcx
PanicInfo::message()
PanicMessage
The text was updated successfully, but these errors were encountered:
02e3327
Successfully merging a pull request may close this issue.
Updating Rust toolchain from nightly-2024-07-01 to nightly-2024-07-02 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@6868c83 up to rust-lang/rust@cf2df68. The log for this commit range is:
rust-lang/rust@cf2df68d1f Auto merge of #127216 - GuillaumeGomez:rollup-iw9f2ed, r=GuillaumeGomez
rust-lang/rust@a509b5a0ba Rollup merge of #127201 - GuillaumeGomez:improve-run-make-support, r=Kobzol
rust-lang/rust@cb81d0dd05 Rollup merge of #127188 - onur-ozkan:rustc-src-fix, r=Kobzol
rust-lang/rust@61fe6b6c0c Rollup merge of #127129 - compiler-errors:full-expr-span, r=jieyouxu
rust-lang/rust@f5810c4a51 Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=joboet
rust-lang/rust@61e7f05895 Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=Kobzol
rust-lang/rust@6b2e644218 Rollup merge of #126832 - petrochenkov:linkarg, r=jieyouxu
rust-lang/rust@c4baa3f2f4 Rollup merge of #126753 - compiler-errors:use-style-guide, r=joshtriplett,calebcartwright
rust-lang/rust@61db24d15d Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se
rust-lang/rust@221e2741c3 Auto merge of #127113 - scottmcm:retune-inlining-again, r=oli-obk
rust-lang/rust@23c8ed14c9 Avoid MIR bloat in inlining
rust-lang/rust@5f9a0d3844 linker: Bail out of rpath logic early if the target doesn't support rpath
rust-lang/rust@af31c338fc linker: Refactor interface for passing arguments to linker
rust-lang/rust@97415ce6e7 fail on component linking errors
rust-lang/rust@fe6f3fa107 improve the way bootstrap handles rustlib components
rust-lang/rust@fcfac05657 Improve
target
method API inrun-make-support
rust-lang/rust@b5b97dccae Improve
run-make-support
API forassert*
functionsrust-lang/rust@c3774be741 Auto merge of #127197 - matthiaskrgr:rollup-aqpvn5q, r=matthiaskrgr
rust-lang/rust@f5ef1cd17c Rollup merge of #127191 - beetrees:register-out-of-scope-macro-calls, r=compiler-errors
rust-lang/rust@c9276ad27d Rollup merge of #127182 - danielhuang:patch-4, r=Nilstrieb
rust-lang/rust@b067ee82f8 Rollup merge of #127181 - BoxyUwU:dump_def_parents, r=compiler-errors
rust-lang/rust@c7e64dcbf1 Rollup merge of #127150 - xen0n:issue125908, r=Kobzol
rust-lang/rust@6938b4b640 Rollup merge of #127105 - scottmcm:issue-127089, r=cjgillot
rust-lang/rust@04a3969af7 Rollup merge of #127090 - kornelski:wrap-conflicts, r=fee1-dead
rust-lang/rust@c471e07156 Rollup merge of #126923 - workingjubilee:regression-tests-for-simd-invalid-bitcast, r=calebzulawski
rust-lang/rust@7b21c18fe4 Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote
rust-lang/rust@f92a6c41e6 Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler-errors
rust-lang/rust@583b5fcad7 Use full expr span for return suggestion on type error/ambiguity
rust-lang/rust@ad12a2a5fc Auto merge of #127082 - GuillaumeGomez:help-gui-test, r=notriddle
rust-lang/rust@4c919ac50b Ensure
out_of_scope_macro_calls
lint is registeredrust-lang/rust@b8d7dd8d69 Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol
rust-lang/rust@af3d7f869b Update ip_addr.rs
rust-lang/rust@552794410a add
rustc_dump_def_parents
attributerust-lang/rust@f6942112eb Add a GVN test for 127089 that doesn't optimize to a constant
rust-lang/rust@daff015314 Migrate tests to use
-Znext-solver
rust-lang/rust@34ae56de35 Make
feature(effects)
require-Znext-solver
rust-lang/rust@03fce3648d Fix x86_64 code being produced for bare-metal LoongArch targets'
compiler_builtins
rust-lang/rust@7f383d098a Stabilize
duration_abs_diff
rust-lang/rust@2ef269953a Refactor
compressed-debuginfo
to usellvm_readobj
rust-lang/rust@0c1df370ca Refactor
wasm-abi
to usecmd
rust-lang/rust@68b6bb27c1 Migrate
wasm-exceptions-nostd
tormake
rust-lang/rust@189232bc42 Migrate
wasm-override-linker
tormake
rust-lang/rust@56fe015d4a Migrate
weird-output-filenames
tormake
rust-lang/rust@614e04226d Migrate
volatile-intrinsics
tormake
rust-lang/rust@c8bbeef12f Don't call
switch-theme
functionrust-lang/rust@b1d1e66389 Add back
help-page.goml
rustdoc GUI testrust-lang/rust@c9f36f8cd7 Only update
Eq
operands in GVN if you can update both sidesrust-lang/rust@4061fd9e4e Reduce merge conflicts from rustfmt's wrapping
rust-lang/rust@bd111f5c4b Document new field and function
rust-lang/rust@f026e0bfc1 Cleanup bootstrap check-cfg
rust-lang/rust@ba198af81f Rename
'cx
to'infcx
rust-lang/rust@86c8eae774 Automatically taint InferCtxt when errors are emitted
rust-lang/rust@5988078aa2 Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxt
rust-lang/rust@79ac8982ca Restrict diagnostic context lifetime of TypeErrCtxt to InferCtxt instead of TyCtxt
rust-lang/rust@f3d9523a2e Restrict diagnostic context lifetime of FnCtxt to InferCtxt instead of TyCtxt
rust-lang/rust@ef559199ef Restrict diagnostic context lifetime of mir borrowck to InferCtxt instead of TyCtxt
rust-lang/rust@81695a147a Split lifetimes on mir borrowck dataflow
rust-lang/rust@ac670721c9 test: dont optimize to invalid bitcasts
rust-lang/rust@1031d4da55 Add nightly style guide section for precise_capturing
rust-lang/rust@bb00657d16 Stabilize
PanicInfo::message()
andPanicMessage
The text was updated successfully, but these errors were encountered: