We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a341ec commit 809be9bCopy full SHA for 809be9b
src/doc/reference.md
@@ -3529,7 +3529,9 @@ The actual implementation for each vtable entry can vary on an object-by-object
3529
basis.
3530
3531
Note that for a trait object to be instantiated, the trait must be
3532
-_object-safe_. Object safety rules are defined in [RFC 255][rfc255].
+_object-safe_. Object safety rules are defined in [RFC 255].
3533
+
3534
+[RFC 255]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
3535
3536
Given a pointer-typed expression `E` of type `&T` or `Box<T>`, where `T`
3537
implements trait `R`, casting `E` to the corresponding pointer type `&R` or
0 commit comments