]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwco
authorYuki Okushi <huyuumi.dev@gmail.com>
Fri, 24 Jul 2020 09:56:32 +0000 (18:56 +0900)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 09:56:32 +0000 (18:56 +0900)
commit1f6d5ce4ab620d2b843cd0171d0e20ee24ae8c15
tree753430a21e794025b53275a410ac74798f78cb82
parenta02aecba211ba82e79350db9e4dcd2675fd79423
parentbbaab63f844d64ca726a2a83c18774b3957c7169
Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwco

Don't ICE on unconstrained anonymous lifetimes inside associated types.

Fixes #62200. The change here is inspired (copied) by how this case is handled on bare fns at https://github.com/rust-lang/rust/blob/e8b55a4ad230ebec762fdfc4f241ba98a98560af/src/librustc_typeck/astconv.rs#L3083-L3106.