]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs
Rollup merge of #101644 - Timmmm:file_permissions_docs, r=thomcc
[rust.git] / compiler / rustc_symbol_mangling / src / typeid / typeid_itanium_cxx_abi.rs
index aa65a72ab646a737301b943bb7fd7efccfba2e54..6aa031c8378e64333ae3c0ba32e29234bc7e2f5f 100644 (file)
@@ -540,7 +540,7 @@ fn encode_ty<'tcx>(
             let mut s = String::new();
             let def_id = adt_def.0.did;
             if options.contains(EncodeTyOptions::GENERALIZE_REPR_C) && adt_def.repr().c() {
-                // For for cross-language CFI support, the encoding must be compatible at the FFI
+                // For cross-language CFI support, the encoding must be compatible at the FFI
                 // boundary. For instance:
                 //
                 //     struct type1 {};