We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a3b3f3 + f6d935b commit 5dc6dfbCopy full SHA for 5dc6dfb
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