Use () for typeck_item_bodies.
This commit is contained in:
parent
837f3e3e67
commit
2c71ad4bb3
3 changed files with 5 additions and 6 deletions
|
@ -681,7 +681,7 @@ rustc_queries! {
|
|||
desc { |tcx| "computing CoerceUnsized info for `{}`", tcx.def_path_str(key) }
|
||||
}
|
||||
|
||||
query typeck_item_bodies(_: CrateNum) -> () {
|
||||
query typeck_item_bodies(_: ()) -> () {
|
||||
desc { "type-checking all item bodies" }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue