Put FlagsOrIsa in code-comments.

This commit is contained in:
Dan Gohman
2017-10-25 10:11:36 -07:00
parent fc0671a0cf
commit b6eae2cfb6

View File

@@ -73,7 +73,7 @@ pub fn pretty_error(func: &ir::Function, isa: Option<&TargetIsa>, err: CtonError
}
}
/// Like FlagsOrIsa, but holds ownership.
/// Like `FlagsOrIsa`, but holds ownership.
pub enum OwnedFlagsOrIsa {
Flags(settings::Flags),
Isa(Box<TargetIsa>),