go back to use //
This commit is contained in:
parent
5c9fdd1d66
commit
380ba6dbad
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ macro_rules! newtype_index {
|
|||
}
|
||||
|
||||
/// Lowered representation of a single function.
|
||||
/// Do not implement clone for Mir, which can be accidently done and kind of expensive.
|
||||
// Do not implement clone for Mir, which can be accidently done and kind of expensive.
|
||||
#[derive(RustcEncodable, RustcDecodable, Debug)]
|
||||
pub struct Mir<'tcx> {
|
||||
/// List of basic blocks. References to basic block use a newtyped index type `BasicBlock`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue