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

@ -770,6 +770,7 @@ rustc_queries! {
desc { |tcx| "computing function signature of `{}`", tcx.def_path_str(key) }
cache_on_disk_if { key.is_local() }
separate_provide_extern
cycle_delay_bug
}
/// Performs lint checking for the module.