Skip to content

Commit

Permalink
Adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 26, 2020
1 parent b8af409 commit c8d8c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_middle/mir/interpret/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ pub enum UndefinedBehaviorInfo {
InvalidUndefBytes(Option<Pointer>),
/// Working with a local that is not currently live.
DeadLocal,
/// Data size is not equal to target size
/// Data size is not equal to target size.
ScalarSizeMismatch {
target_size: u64,
data_size: u64,
Expand Down

0 comments on commit c8d8c42

Please sign in to comment.