]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #92569 - George-lewis:87181, r=estebank
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 27 Apr 2022 00:47:07 +0000 (02:47 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 00:47:07 +0000 (02:47 +0200)
commitac46e17c02c7be374827c2f9df899cd053659dff
tree9e843d91da7a750b8d1d43c6170aa3750aabc3c6
parent082e4ca49770ebc9cb0ee616f3726a67471be8cb
parenta6b570b209d4806cf0f6e424145ab33bc42da6be
Rollup merge of #92569 - George-lewis:87181, r=estebank

Improve Error Messaging for Unconstructed Structs and Enum Variants in Generic Contexts

Improves error messaging for empty-tuple structs and enum variants in certain generic contexts. See new ui tests for examples.

Closes #87181