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-2023-09-23 to nightly-2023-09-24 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@e4133ba up to rust-lang/rust@13e6f24. The log for this commit range is: rust-lang/rust@13e6f24b9a Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk rust-lang/rust@19c65022fc Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum rust-lang/rust@bffb3467e1 Make test more robust to opts. rust-lang/rust@44ac8dcc71 Remove GeneratorWitness and rename GeneratorWitnessMIR. rust-lang/rust@855a75b6d6 Remove useless wrapper. rust-lang/rust@baa64b0e77 Remove dead error code. rust-lang/rust@6aa1268900 Bless clippy. rust-lang/rust@d989e14cf2 Bless mir-opt rust-lang/rust@211d2ed07b Bless tests. rust-lang/rust@286502c9ed Enable drop_tracking_mir by default. rust-lang/rust@a626caaad9 Revert duplication of tests. rust-lang/rust@ff03204365 Fold lifetimes before substitution. rust-lang/rust@9450b75986 Do not construct def_path_str for MustNotSuspend. rust-lang/rust@3050938abd Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot rust-lang/rust@0237aa3d77 Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot rust-lang/rust@136d74fab8 Auto merge of #116071 - estebank:issue-115905, r=compiler-errors rust-lang/rust@58ef3a0ec9 diagnostics: simpler 83556 handling by bailing out rust-lang/rust@bf982631df Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin rust-lang/rust@79d685325c Check types live across yields in generators too rust-lang/rust@c21867f9f6 Check that closure's by-value captures are sized rust-lang/rust@2d08657901 Auto merge of #116066 - weihanglo:update-cargo, r=weihanglo rust-lang/rust@55b5c7bfde Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk rust-lang/rust@d3dea30cb4 Point at cause of expectation of break value when possible rust-lang/rust@4ed4913e67 Merge ExternProviders into the general Providers struct rust-lang/rust@2ba911c832 Have a single struct for queries and hook rust-lang/rust@9090ed8119 Fix test on targets with crt-static default rust-lang/rust@5db9a5ee38 Update cargo rust-lang/rust@9defc971f1 Add tracing instrumentation, just like queries automatically add it rust-lang/rust@2157f31731 Add a way to decouple the implementation and the declaration of a TyCtxt method. rust-lang/rust@d5ec9af09d Add test to guard against VecDeque optimization regression rust-lang/rust@3799af3337 diagnostics: avoid mismatch between variance index and hir generic rust-lang/rust@34c248d31f compiletest: load supports-xray from target spec rust-lang/rust@64e27cb4d9 compiletest: load supported sanitizers from target spec rust-lang/rust@bc7bb3c8e7 compiletest: use builder pattern to construct Config in tests
break
ExternProviders
Providers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Updating Rust toolchain from nightly-2023-09-23 to nightly-2023-09-24 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@e4133ba up to rust-lang/rust@13e6f24. The log for this commit range is:
rust-lang/rust@13e6f24b9a Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk
rust-lang/rust@19c65022fc Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum
rust-lang/rust@bffb3467e1 Make test more robust to opts.
rust-lang/rust@44ac8dcc71 Remove GeneratorWitness and rename GeneratorWitnessMIR.
rust-lang/rust@855a75b6d6 Remove useless wrapper.
rust-lang/rust@baa64b0e77 Remove dead error code.
rust-lang/rust@6aa1268900 Bless clippy.
rust-lang/rust@d989e14cf2 Bless mir-opt
rust-lang/rust@211d2ed07b Bless tests.
rust-lang/rust@286502c9ed Enable drop_tracking_mir by default.
rust-lang/rust@a626caaad9 Revert duplication of tests.
rust-lang/rust@ff03204365 Fold lifetimes before substitution.
rust-lang/rust@9450b75986 Do not construct def_path_str for MustNotSuspend.
rust-lang/rust@3050938abd Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot
rust-lang/rust@0237aa3d77 Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot
rust-lang/rust@136d74fab8 Auto merge of #116071 - estebank:issue-115905, r=compiler-errors
rust-lang/rust@58ef3a0ec9 diagnostics: simpler 83556 handling by bailing out
rust-lang/rust@bf982631df Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin
rust-lang/rust@79d685325c Check types live across yields in generators too
rust-lang/rust@c21867f9f6 Check that closure's by-value captures are sized
rust-lang/rust@2d08657901 Auto merge of #116066 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@55b5c7bfde Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk
rust-lang/rust@d3dea30cb4 Point at cause of expectation of
break
value when possiblerust-lang/rust@4ed4913e67 Merge
ExternProviders
into the generalProviders
structrust-lang/rust@2ba911c832 Have a single struct for queries and hook
rust-lang/rust@9090ed8119 Fix test on targets with crt-static default
rust-lang/rust@5db9a5ee38 Update cargo
rust-lang/rust@9defc971f1 Add tracing instrumentation, just like queries automatically add it
rust-lang/rust@2157f31731 Add a way to decouple the implementation and the declaration of a TyCtxt method.
rust-lang/rust@d5ec9af09d Add test to guard against VecDeque optimization regression
rust-lang/rust@3799af3337 diagnostics: avoid mismatch between variance index and hir generic
rust-lang/rust@34c248d31f compiletest: load supports-xray from target spec
rust-lang/rust@64e27cb4d9 compiletest: load supported sanitizers from target spec
rust-lang/rust@bc7bb3c8e7 compiletest: use builder pattern to construct Config in tests
The text was updated successfully, but these errors were encountered: