1
Fork 0

go back to use //

This commit is contained in:
king6cong 2017-02-06 10:12:30 +08:00
parent 5c9fdd1d66
commit 380ba6dbad

View file

@ -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`