Adjust style
This commit is contained in:
parent
b8af409a51
commit
c8d8c42d1c
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ pub enum UndefinedBehaviorInfo {
|
||||||
InvalidUndefBytes(Option<Pointer>),
|
InvalidUndefBytes(Option<Pointer>),
|
||||||
/// Working with a local that is not currently live.
|
/// Working with a local that is not currently live.
|
||||||
DeadLocal,
|
DeadLocal,
|
||||||
/// Data size is not equal to target size
|
/// Data size is not equal to target size.
|
||||||
ScalarSizeMismatch {
|
ScalarSizeMismatch {
|
||||||
target_size: u64,
|
target_size: u64,
|
||||||
data_size: u64,
|
data_size: u64,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue