Skip to content

Commit c8d8c42

Browse files
authored
Adjust style
1 parent b8af409 commit c8d8c42

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_middle/mir/interpret

1 file changed

+1
-1
lines changed

src/librustc_middle/mir/interpret/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ pub enum UndefinedBehaviorInfo {
361361
InvalidUndefBytes(Option<Pointer>),
362362
/// Working with a local that is not currently live.
363363
DeadLocal,
364-
/// Data size is not equal to target size
364+
/// Data size is not equal to target size.
365365
ScalarSizeMismatch {
366366
target_size: u64,
367367
data_size: u64,

0 commit comments

Comments
 (0)