-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 6 pull requests #103431
Rollup of 6 pull requests #103431
Conversation
…r, r=estebank Recover when unclosed char literal is parsed as a lifetime in some positions Fixes rust-lang#101278
Suggest let for assignment, and some code refactor Fixes rust-lang#101880
rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` Another step to rust-lang#94857.
…r, r=lcnr Check `needs_infer` before `needs_drop` during HIR generator analysis This is kinda a revival of rust-lang#103036, but with the understanding that after fallback, a generator-interior type will only have `needs_infer` true if there's an error that prevented int or float variable fallback to occur (modulo region variables, which are erased). Therefore the best choice here is to delay a bug and skip the `needs_drop` call altogether. r? `@lcnr` feel free to reassign though
resolve: Revert "Set effective visibilities for imports more precisely" In theory the change was correct, but in practice the use of import items in HIR is limited and hacky, and it expects that (effective) visibilities for all (up to) 3 IDs of the import are set to the value reflecting (effective) visibility of the whole syntactic `use` item rather than its individual components. Fixes rust-lang#102352 r? `@oli-obk`
Move some tests to more reasonable places r? `@petrochenkov`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: e64f1110c0 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9be2f35): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
Successful merges:
EarlyDocLinkResolver::all_traits
#103192 (rustdoc: Eliminate uses ofEarlyDocLinkResolver::all_traits
)needs_infer
beforeneeds_drop
during HIR generator analysis #103226 (Checkneeds_infer
beforeneeds_drop
during HIR generator analysis)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup