We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14de6ec commit b7b5091Copy full SHA for b7b5091
compiler/rustc_middle/src/mir/interpret/error.rs
@@ -404,7 +404,7 @@ pub enum UnsupportedOpInfo {
404
Unsupported(String),
405
/// Encountered a pointer where we needed raw bytes.
406
ReadPointerAsBytes,
407
- /// 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
408
/// `Allocation` data structure.
409
PartialPointerOverwrite(Pointer<AllocId>),
410
//
0 commit comments