File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rustc_codegen_llvm/src/builder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ fn to_enzyme_typetree(
566
566
///
567
567
/// # Arguments
568
568
/// * `llmod` - LLVM module containing the function
569
- /// * `llcx` - LLVM context for creating attributes
569
+ /// * `llcx` - LLVM context for creating attributes
570
570
/// * `fn_def` - LLVM function to attach TypeTrees to
571
571
/// * `tt` - Function TypeTree containing input and return type information
572
572
pub ( crate ) fn add_tt < ' ll > (
Original file line number Diff line number Diff line change @@ -1220,7 +1220,7 @@ pub struct Resolver<'ra, 'tcx> {
1220
1220
// for APITs, so we don't want to leak details of resolution into these names.
1221
1221
impl_trait_names : FxHashMap < NodeId , Symbol > ,
1222
1222
1223
- /// Mapping of autodiff function IDs
1223
+ /// Mapping of autodiff function IDs
1224
1224
autodiff_map : FxHashMap < LocalDefId , LocalDefId > ,
1225
1225
}
1226
1226
You can’t perform that action at this time.
0 commit comments