1
Fork 0

Do not report cycle error when inferring return type for suggestion

This commit is contained in:
Michael Goulet 2022-08-10 20:53:06 +00:00
parent 40336865fe
commit 5309375d2c
8 changed files with 75 additions and 0 deletions

View file

@ -4359,6 +4359,7 @@ dependencies = [
"rustc_serialize",
"rustc_session",
"rustc_span",
"rustc_target",
"tracing",
]