]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107646 - estebank:specific-span, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 4 Feb 2023 19:29:06 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 19:29:06 +0000 (20:29 +0100)
commitd381eca5dc000efbb90a439de860cc9a796d042d
tree6716e86c2912603afa694e01bf680631a4c9a540
parent3666fa080050594ab3ad26255c069e4d2000a3f4
parente6c56cda09633c0388ef4c6c9e97d064db829cc3
Rollup merge of #107646 - estebank:specific-span, r=compiler-errors

Provide structured suggestion for binding needing type on E0594

Partially address #45405.