Skip to content

Commit

Permalink
Rollup merge of rust-lang#102102 - GuillaumeGomez:doc-aliases-sized-t…
Browse files Browse the repository at this point in the history
…rait, r=thomcc

Add doc aliases on Sized trait

Fixes rust-lang#101267.

It adds both `?` and `?Sized` doc aliases for the `Sized` trait.

Some screenshots of the result:

![Screenshot from 2022-09-21 16-19-55](https://user-images.githubusercontent.com/3050060/191529854-65a79b75-6c20-4fd4-88c2-56d617d1acff.png)
![Screenshot from 2022-09-21 16-20-04](https://user-images.githubusercontent.com/3050060/191529857-2d11b477-5c5d-4080-9382-0b07950fd7f6.png)
  • Loading branch information
JohnTitor committed Sep 22, 2022
2 parents 9aa3180 + efbde85 commit 15b4788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl<T: ?Sized> !Send for *mut T {}
/// ```
///
/// [trait object]: ../../book/ch17-02-trait-objects.html
#[doc(alias = "?", alias = "?Sized")]
#[stable(feature = "rust1", since = "1.0.0")]
#[lang = "sized"]
#[rustc_on_unimplemented(
Expand Down

0 comments on commit 15b4788

Please sign in to comment.