Fix even more URLs
This commit is contained in:
parent
16ed8501ef
commit
99200f760b
16 changed files with 25 additions and 25 deletions
|
@ -621,7 +621,7 @@ fn object_ty_for_trait<'tcx>(
|
|||
///
|
||||
/// In practice, we cannot use `dyn Trait` explicitly in the obligation because it would result
|
||||
/// in a new check that `Trait` is object safe, creating a cycle (until object_safe_for_dispatch
|
||||
/// is stabilized, see tracking issue https://github.com/rust-lang/rust/issues/43561).
|
||||
/// is stabilized, see tracking issue <https://github.com/rust-lang/rust/issues/43561>).
|
||||
/// Instead, we fudge a little by introducing a new type parameter `U` such that
|
||||
/// `Self: Unsize<U>` and `U: Trait + ?Sized`, and use `U` in place of `dyn Trait`.
|
||||
/// Written as a chalk-style query:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue