Skip to content

Commit

Permalink
missing !
Browse files Browse the repository at this point in the history
I'm reading the source code and it seems like
`!` would be helpful here.
  • Loading branch information
nikomatsakis committed Dec 9, 2024
1 parent aea3327 commit 7bd13aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type_system/lien_chains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ judgment_fn! {
)

(
(if var.kind == Kind::Perm)
(if var.kind == Kind::Perm)!
(let pair = chain.apply_var(&env, var, &pending))
----------------------------------- ("perm-var")
(lien_chain_pairs(env, chain, pending, Variable::UniversalVar(var)) => set![pair])
Expand Down

0 comments on commit 7bd13aa

Please sign in to comment.