Skip to content

Commit 7f4fd2b

Browse files
Expand future possibilities
1 parent 1978ead commit 7f4fd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text/3319-aligned-trait.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ None that I am aware of.
5050
- 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.
5151
- `extern type`s may want to be able to implement `Aligned`.
5252
- `Aligned` may warrant an addition the next edition's prelude.
53+
- Certain `Self: Sized` bounds in the standard library could be relaxed to `Self: Aligned`. However, this might cause backward-compatibility issues.

0 commit comments

Comments
 (0)