Skip to content

Commit 6dc03a0

Browse files
committed
FIX: name
1 parent 4f61d81 commit 6dc03a0

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_spirv/src/builder

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
111111
.def(self.span(), self)
112112
}
113113

114-
pub fn type_ptr_with_storage_class_to(
114+
pub fn type_ptr_to_with_storage_class(
115115
&self,
116116
ty: Word,
117117
storage_class: StorageClassKind,

0 commit comments

Comments
 (0)