Home
last modified time | relevance | path

Searched defs:RecursionLimitReached (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/
Derror.rs59 pub struct RecursionLimitReached<'tcx> { struct
60 pub ty: Ty<'tcx>,
61 pub suggested_limit: rustc_session::Limit,
/third_party/rust/rust/compiler/rustc_expand/src/
Derrors.rs207 pub(crate) struct RecursionLimitReached<'a> { struct
209 pub span: Span,
210 pub descr: String,
211 pub suggested_limit: Limit,
212 pub crate_name: &'a str,