-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Split FnCtxt::report_args_error
into subfunctions
#145960
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
|
Reminder, once the PR becomes ready for a review, use |
ed06315
to
7740666
Compare
This comment has been minimized.
This comment has been minimized.
7740666
to
b66bebe
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
} | ||
|
||
// FIXME(scrabsha): find a nice place for the comment right below :3 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this fixme still relevant? feels like a reasonable place for the comment?
it's a giant PR and it's hard to review as well as I'd like. However, since no test output changed and everything here is just error reporting code that was mostly just moved I think it's reasonable to merge. I don't think this change can be split up easily. r=me after review comments are addressed |
b66bebe
to
c504bae
Compare
c504bae
to
9cbf1a5
Compare
while Pretty Big (tm), this PR does not have any functional change, i think it can be part of a rollup @bors r=jdonszelmann rollup meow |
@scrabsha: 🔑 Insufficient privileges: Not in reviewers |
@scrabsha: 🔑 Insufficient privileges: not in try users |
huh. @jdonszelmann could you r+ or delegate? ![]() |
@bors r+ rollup |
Rollup of 9 pull requests Successful merges: - #145095 (Migrate `UnsizedConstParamTy` to unstable impl of `ConstParamTy_`) - #145960 (Split `FnCtxt::report_args_error` into subfunctions) - #146402 (interpret: fix overlapping aggregate initialization) - #146466 (llvm-wrapper: other cleanup) - #146574 (compiletest: Enable new-output-capture by default) - #146599 (replace some `#[const_trait]` with `const trait`) - #146601 (compiletest: Make `./x test --test-args ...` work again) - #146608 (improve internal bootstrap docs) - #146609 (bootstrap: lower verbosity of cargo to one less than bootstrap's) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 9 pull requests Successful merges: - #145095 (Migrate `UnsizedConstParamTy` to unstable impl of `ConstParamTy_`) - #145960 (Split `FnCtxt::report_args_error` into subfunctions) - #146402 (interpret: fix overlapping aggregate initialization) - #146466 (llvm-wrapper: other cleanup) - #146574 (compiletest: Enable new-output-capture by default) - #146599 (replace some `#[const_trait]` with `const trait`) - #146601 (compiletest: Make `./x test --test-args ...` work again) - #146608 (improve internal bootstrap docs) - #146609 (bootstrap: lower verbosity of cargo to one less than bootstrap's) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #145960 - scrabsha:push-kskuprrtmnky, r=jdonszelmann Split `FnCtxt::report_args_error` into subfunctions
Rollup of 9 pull requests Successful merges: - rust-lang/rust#145095 (Migrate `UnsizedConstParamTy` to unstable impl of `ConstParamTy_`) - rust-lang/rust#145960 (Split `FnCtxt::report_args_error` into subfunctions) - rust-lang/rust#146402 (interpret: fix overlapping aggregate initialization) - rust-lang/rust#146466 (llvm-wrapper: other cleanup) - rust-lang/rust#146574 (compiletest: Enable new-output-capture by default) - rust-lang/rust#146599 (replace some `#[const_trait]` with `const trait`) - rust-lang/rust#146601 (compiletest: Make `./x test --test-args ...` work again) - rust-lang/rust#146608 (improve internal bootstrap docs) - rust-lang/rust#146609 (bootstrap: lower verbosity of cargo to one less than bootstrap's) r? `@ghost` `@rustbot` modify labels: rollup
The GitHub-diff for this PR is honestly garbage.
difft
produces something somewhat legible. You can see thedifft
-produced diff using something like:@rustbot author
r? @jdonszelmann