File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ by Rust users.
6767
6868` rustc_scalable_vector ` as described later in
6969[ * Reference-level explanation* ] [ reference-level-explanation ] is perma-unstable
70- and exists only enables scalable vector types to be defined in the standard
70+ and exists only to enable scalable vector types to be defined in the standard
7171library. The specific vector types are intended to eventually be stabilised, but
7272none are proposed in this RFC.
7373
@@ -355,8 +355,8 @@ A more general mechanism for enforcing that SIMD types are only used in
355355types to have fewer distinct restrictions than other SIMD types, and would
356356enable SIMD vectors to be passed by-register, a performance improvement.
357357
358- Such a mechanism would need be introduced gradually to existing SIMD types with
359- a forward compatibility lint. This will be addressed in a forthcoming RFC.
358+ Such a mechanism would need to be introduced gradually to existing SIMD types
359+ with a forward compatibility lint. This will be addressed in a forthcoming RFC.
360360
361361## Relaxed restrictions
362362[ relaxed-restrictions ] : #relaxed-restrictions
You can’t perform that action at this time.
0 commit comments