]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_abi/src/lib.rs
Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino
[rust.git] / compiler / rustc_abi / src / lib.rs
index 4582d3c6badf99491254930d6e7c0f3ee6d7cff8..b48654d1ac36a44fa39aa059709b4b9dcbfd5dac 100644 (file)
@@ -1100,7 +1100,7 @@ pub enum FieldsShape {
         /// named `inverse_memory_index`.
         ///
         // FIXME(eddyb) build a better abstraction for permutations, if possible.
-        // FIXME(camlorn) also consider small vector  optimization here.
+        // FIXME(camlorn) also consider small vector optimization here.
         memory_index: Vec<u32>,
     },
 }