Skip to content

Commit fbb7306

Browse files
committed
fix debug!
1 parent 295858e commit fbb7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/constraint_set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ crate struct ConstraintSet {
2323
impl ConstraintSet {
2424
pub fn push(&mut self, constraint: OutlivesConstraint) {
2525
debug!(
26-
"add_outlives({:?}: {:?} @ {:?})",
26+
"ConstraintSet::push({:?}: {:?} @ {:?}",
2727
constraint.sup, constraint.sub, constraint.locations
2828
);
2929
if constraint.sup == constraint.sub {

0 commit comments

Comments
 (0)