We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 177e683 + f6d935b commit 8d0ebd4Copy full SHA for 8d0ebd4
src/libcore/marker.rs
@@ -120,7 +120,7 @@ pub trait Sized {
120
/// [coerceunsized]: ../ops/trait.CoerceUnsized.html
121
/// [rc]: ../../std/rc/struct.Rc.html
122
/// [RFC982]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
123
-
+/// [nomicon-coerce]: ../../nomicon/coercions.html
124
#[unstable(feature = "unsize", issue = "27732")]
125
#[lang="unsize"]
126
pub trait Unsize<T: ?Sized> {
0 commit comments