Skip to content

Commit 8bef065

Browse files
committed
w
1 parent 59b7170 commit 8bef065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/candidate-preference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ where
167167

168168
#### Why no preference for global where-bounds
169169

170-
Global where-bounds are either fully implied by an impl or unsatisfiable. If they are unsatisfiable, we don't care about them. If a where-bound is fully implied then using the impl to prove the trait goal cannot result in additional constraints. For trait goals this is only relevant for where-bounds which use `'static`:
170+
Global where-bounds are either fully implied by an impl or unsatisfiable. If they are unsatisfiable, we don't really care what happens. If a where-bound is fully implied then using the impl to prove the trait goal cannot result in additional constraints. For trait goals this is only relevant for where-bounds which use `'static`:
171171

172172
```rust
173173
trait A {

0 commit comments

Comments
 (0)