Struct rustc_trans::middle::traits::ObligationCauseExperimental
[-]
[+]
[src]
pub struct ObligationCause<'tcx> {
pub span: Span,
pub body_id: u32,
pub code: ObligationCauseCode<'tcx>,
}Why did we incur this obligation? Used for error reporting.
Fields
span | |
body_id | |
code |