Do not report cycle error when inferring return type for suggestion
This commit is contained in:
parent
40336865fe
commit
5309375d2c
8 changed files with 75 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue