diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 1b866501b8ea..38b07027b0eb 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -270,6 +270,7 @@ macro_rules! impls{ /// any methods, but instead is used to gate access to data. /// /// FIXME. Better documentation needed here! +#[stable(feature = "rust1", since = "1.0.0")] pub trait MarkerTrait : PhantomFn { } // ~~~~~ <-- FIXME(#22806)? //