about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-07-30 22:34:35 +0200
committerRalf Jung <post@ralfj.de>2021-07-31 11:30:35 +0200
commitb7b509137830fda21e2354027d846cd6aca32bcb (patch)
tree0a720b32074e978ab4d45887d3b987eb0123902b
parent14de6ec8d8fe082d48252240d7b768c188fbfc47 (diff)
downloadrust-b7b509137830fda21e2354027d846cd6aca32bcb.tar.gz
rust-b7b509137830fda21e2354027d846cd6aca32bcb.zip
typo
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
-rw-r--r--compiler/rustc_middle/src/mir/interpret/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/interpret/error.rs b/compiler/rustc_middle/src/mir/interpret/error.rs
index fb35f36f030..4826c96000c 100644
--- a/compiler/rustc_middle/src/mir/interpret/error.rs
+++ b/compiler/rustc_middle/src/mir/interpret/error.rs
@@ -404,7 +404,7 @@ pub enum UnsupportedOpInfo {
     Unsupported(String),
     /// Encountered a pointer where we needed raw bytes.
     ReadPointerAsBytes,
-    /// Overwriting parts ofa  pointer; the resulting state cannot be represented in our
+    /// Overwriting parts of a pointer; the resulting state cannot be represented in our
     /// `Allocation` data structure.
     PartialPointerOverwrite(Pointer<AllocId>),
     //