]> git.lizzy.rs Git - rust.git/commit
Do not emit structured suggestion for turbofish with wrong span
authorEsteban Küber <esteban@kuber.com.ar>
Sun, 8 Jan 2023 22:27:13 +0000 (22:27 +0000)
committerEsteban Küber <esteban@kuber.com.ar>
Sun, 8 Jan 2023 22:27:13 +0000 (22:27 +0000)
commit6fdb54d2f103dc21197037e6b1ad0b51073b9627
tree6cbf2c70f38834e3521d1ff647c4f37178510ca8
parente5d46a5bdac3f19793297914d4ada432024fbe95
Do not emit structured suggestion for turbofish with wrong span

Fix #79161.
compiler/rustc_parse/src/parser/diagnostics.rs
src/test/ui/parser/nested-bad-turbofish.rs [new file with mode: 0644]
src/test/ui/parser/nested-bad-turbofish.stderr [new file with mode: 0644]