We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0f998 commit 2b448e4Copy full SHA for 2b448e4
1 file changed
src/solve/candidate-preference.md
@@ -274,7 +274,7 @@ fn foo<'a, T: Trait<'a>>() {
274
275
We prefer builtin trait object impls over user-written impls.
276
This is **unsound** and should be remoed in the future.
277
-See [#57893](https://github.com/rust-lang/rust/issues/57893) and [#141347](https://github.com/rust-lang/rust/pull/141347) for more details.
+See [#57893] and [#141347] for more details.
278
279
## `NormalizesTo` goals
280
@@ -509,3 +509,5 @@ impl<T> Trait for T {
509
[#133044]: https://github.com/rust-lang/rust/issues/133044
510
[#139762]: https://github.com/rust-lang/rust/pull/139762
511
[#139788]: https://github.com/rust-lang/rust/issues/139788
512
+[#57893]: https://github.com/rust-lang/rust/issues/57893
513
+[#141347]: https://github.com/rust-lang/rust/pull/141347
0 commit comments