about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-02-17 00:19:34 +0100
committerGitHub <noreply@github.com>2023-02-17 00:19:34 +0100
commit089e8c03bcd69e559c6c1d03051ca3b7a81ac688 (patch)
treee8a41d945816db9e92171388ed76a00ba2394734 /compiler/rustc_codegen_llvm/src/errors.rs
parent6379c727ace0cfc1eaab093f297b97e1ffb8bb30 (diff)
parent95f35fe443afd8a0437390973fbd206db9fd7fd4 (diff)
downloadrust-089e8c03bcd69e559c6c1d03051ca3b7a81ac688.tar.gz
rust-089e8c03bcd69e559c6c1d03051ca3b7a81ac688.zip
Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot
Implement partial support for non-lifetime binders

This implements support for non-lifetime binders. It's pretty useless currently, but I wanted to put this up so the implementation can be discussed.

Specifically, this piggybacks off of the late-bound lifetime collection code in `rustc_hir_typeck::collect::lifetimes`. This seems like a necessary step given the fact we don't resolve late-bound regions until this point, and binders are sometimes merged.

Q: I'm not sure if I should go along this route, or try to modify the earlier nameres code to compute the right bound var indices for type and const binders eagerly... If so, I'll need to rename all these queries to something more appropriate (I've done this for `resolve_lifetime::Region` -> `resolve_lifetime::ResolvedArg`)

cc rust-lang/types-team#81

r? `@ghost`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions