about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-30 12:10:59 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-30 12:10:59 +0100
commit9bcdb530531803b60b8e7b05bd58c2a544460af4 (patch)
tree9c8996653a6007d96cf1b038e349ad02f7e422fc
parent7c62357bce9c0ac0ebf06385b3730f737a41c45e (diff)
downloadrust-9bcdb530531803b60b8e7b05bd58c2a544460af4.tar.gz
rust-9bcdb530531803b60b8e7b05bd58c2a544460af4.zip
Rustfmt
-rw-r--r--src/common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.rs b/src/common.rs
index 644204d10b8..3b6025c73d1 100644
--- a/src/common.rs
+++ b/src/common.rs
@@ -237,7 +237,7 @@ pub(crate) struct FunctionCx<'m, 'clif, 'tcx: 'm> {
     pub(crate) module: &'m mut dyn Module,
     pub(crate) tcx: TyCtxt<'tcx>,
     pub(crate) target_config: TargetFrontendConfig, // Cached from module
-    pub(crate) pointer_type: Type, // Cached from module
+    pub(crate) pointer_type: Type,                  // Cached from module
     pub(crate) constants_cx: ConstantCx,
 
     pub(crate) instance: Instance<'tcx>,