Move some queries from rustc::ty to librustc_ty.#67780
Move some queries from rustc::ty to librustc_ty.#67780bors merged 3 commits intorust-lang:masterfrom
Conversation
|
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
|
I think it would make sense to move this to a new |
|
☔ The latest upstream changes (presumably #67700) made this pull request unmergeable. Please resolve the merge conflicts. |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
src/librustc_passes/ty.rs
Outdated
f86b7d8 to
1be4d25
Compare
|
☔ The latest upstream changes (presumably #67886) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Nominating for discussion of |
|
☔ The latest upstream changes (presumably #68011) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors r+ |
|
📌 Commit 9908a87 has been approved by |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
@bors r- |
| fn_like.asyncness() | ||
| } | ||
|
|
||
| pub fn provide(providers: &mut ty::query::Providers<'_>) { |
There was a problem hiding this comment.
I guess you need to call this.
There was a problem hiding this comment.
Oops, sorry. Added a commit for that.
|
@bors r+ |
|
📌 Commit 894dc2d has been approved by |
Move some queries from rustc::ty to librustc_ty. cc rust-lang#65031
Move some queries from rustc::ty to librustc_ty. cc rust-lang#65031
Rollup of 5 pull requests Successful merges: - #67780 (Move some queries from rustc::ty to librustc_ty.) - #68096 (Clean up some diagnostics by making them more consistent) - #68223 (Use 3.6 instead of 3.5 in float fract() documentation) - #68265 (Fix some issue numbers of unstable features) - #68266 (Changed docs for f32 and f64.) Failed merges: - #68204 (Use named fields for `{ast,hir}::ItemKind::Impl`) r? @ghost
cc #65031