]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/region_infer/mod.rs
Auto merge of #104410 - WaffleLapkin:unregress, r=estebank
[rust.git] / compiler / rustc_borrowck / src / region_infer / mod.rs
index 94e9e05e5d640936be66ffb5bec23018b3d0a82f..b35abbd107b9ce7e148603f91207a64c513e1f84 100644 (file)
@@ -128,6 +128,7 @@ pub struct RegionInferenceContext<'tcx> {
 /// adds a new lower bound to the SCC it is analyzing: so you wind up
 /// with `'R: 'O` where `'R` is the pick-region and `'O` is the
 /// minimal viable option.
+#[derive(Debug)]
 pub(crate) struct AppliedMemberConstraint {
     /// The SCC that was affected. (The "member region".)
     ///