Fix comment typo.
This commit is contained in:
parent
6e5bdbe577
commit
689bccbed1
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ pub struct Frame<'a, 'tcx: 'a> {
|
|||
/// value held directly, outside of any allocation (`ByVal`).
|
||||
///
|
||||
/// For optimization of a few very common cases, there is also a representation for a pair of
|
||||
/// primitive values (`ByValPair`). It allows Miri to avoid making allocations for check binary
|
||||
/// primitive values (`ByValPair`). It allows Miri to avoid making allocations for checked binary
|
||||
/// operations and fat pointers. This idea was taken from rustc's trans.
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
enum Value {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue