We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3837fa commit 6de10c1Copy full SHA for 6de10c1
chalk-solve/src/rust_ir.rs
@@ -154,6 +154,8 @@ pub struct FnDefDatumBound<I: Interner> {
154
/// Rustc doesn't pass in late-bound the regions in substs, but the inputs
155
/// and outputs may use them. `where_clauses` don't need an extra set of
156
/// `Binders`, since any lifetimes found in where clauses are not late-bound.
157
+ ///
158
+ /// For more information, see [this rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/early-late-bound.html).
159
pub inputs_and_output: Binders<FnDefInputsAndOutputDatum<I>>,
160
161
/// Where clauses defined on the function
0 commit comments