We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377ba7f commit e5107ffCopy full SHA for e5107ff
src/solve/candidate-preference.md
@@ -306,7 +306,7 @@ fn heck<T: Bound<Assoc: Trait>>(x: <T::Assoc as Super>::Assoc) -> u32 {
306
x
307
}
308
```
309
-Using such an alias results in additional region constraints, cc [#133044].
+Using such an alias can result in additional region constraints, cc [#133044].
310
```rust
311
trait Bound<'a> {
312
type Assoc;
0 commit comments