Skip to content

Commit 530378c

Browse files
committed
mention dyn incompatibility
1 parent 968ae3e commit 530378c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3838-scalable-vectors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ Therefore, there is an additional restriction that these types cannot be used in
300300
the argument or return types of functions unless those functions are annotated
301301
with the relevant target feature.
302302

303+
Any such functions would make a trait containing them dyn-incompatible.
304+
303305
It is permitted to create pointers to function that have scalable vector types
304306
in their arguments or return types, even though function pointers themselves
305307
cannot be annotated as having the target feature. When the function pointer was

0 commit comments

Comments
 (0)