Create a forever red node and use it to force side effects.
This commit is contained in:
parent
682f57656e
commit
15530a1c84
5 changed files with 26 additions and 37 deletions
|
@ -20,12 +20,6 @@ rustc_queries! {
|
|||
desc { "trigger a delay span bug" }
|
||||
}
|
||||
|
||||
/// Create a new definition within the incr. comp. engine.
|
||||
query register_def(_: ty::RawLocalDefId) -> LocalDefId {
|
||||
eval_always
|
||||
desc { "register a DefId with the incr. comp. engine" }
|
||||
}
|
||||
|
||||
query resolutions(_: ()) -> &'tcx ty::ResolverOutputs {
|
||||
eval_always
|
||||
no_hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue