Skip to content

Commit

Permalink
Expand future possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-Bertholet committed Sep 24, 2022
1 parent 9aab20e commit 3daaa26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text/3319-aligned-trait.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ None that I am aware of.
- Relaxing `NonNull::<T>::dangling()`'s trait bound from `T: Sized` to `T: ?Sized + Aligned + Pointee<Metadata: ~const Default>` may be desirable once the necessary library and language features are stabilized.
- `extern type`s may want to be able to implement `Aligned`.
- `Aligned` may warrant an addition the next edition's prelude.
- Certain `Self: Sized` bounds in the standard library could be relaxed to `Self: Aligned`. However, this might cause backward-compatibility issues.

0 comments on commit 3daaa26

Please sign in to comment.