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.
debug!
1 parent 295858e commit fbb7306Copy full SHA for fbb7306
src/librustc_mir/borrow_check/nll/constraint_set.rs
@@ -23,7 +23,7 @@ crate struct ConstraintSet {
23
impl ConstraintSet {
24
pub fn push(&mut self, constraint: OutlivesConstraint) {
25
debug!(
26
- "add_outlives({:?}: {:?} @ {:?})",
+ "ConstraintSet::push({:?}: {:?} @ {:?}",
27
constraint.sup, constraint.sub, constraint.locations
28
);
29
if constraint.sup == constraint.sub {
0 commit comments