We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8af409 commit c8d8c42Copy full SHA for c8d8c42
src/librustc_middle/mir/interpret/error.rs
@@ -361,7 +361,7 @@ pub enum UndefinedBehaviorInfo {
361
InvalidUndefBytes(Option<Pointer>),
362
/// Working with a local that is not currently live.
363
DeadLocal,
364
- /// Data size is not equal to target size
+ /// Data size is not equal to target size.
365
ScalarSizeMismatch {
366
target_size: u64,
367
data_size: u64,
0 commit comments