Skip to content

Commit 68fd593

Browse files
nikomatsakisarielb1
authored andcommitted
cite reservation impls tracking issue
1 parent 5de1faf commit 68fd593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustc/ty/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ pub enum ImplPolarity {
174174
/// `impl !Trait for Type`
175175
Negative,
176176
/// `#[rustc_reservation_impl] impl Trait for Type`
177+
///
178+
/// This is a "stability hack", not a real Rust feature.
179+
/// See #64631 for details.
177180
Reservation,
178181
}
179182

0 commit comments

Comments
 (0)