Skip to content

Commit f0e3a09

Browse files
committed
fixup: rename UserAssertTy to AscribeUserType
This is some rebase pain.
1 parent 05a6e1e commit f0e3a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/qualify_min_const_fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ fn check_statement(
230230
| StatementKind::StorageDead(_)
231231
| StatementKind::Validate(..)
232232
| StatementKind::EndRegion(_)
233-
| StatementKind::UserAssertTy(..)
233+
| StatementKind::AscribeUserType(..)
234234
| StatementKind::Nop => Ok(()),
235235
}
236236
}

0 commit comments

Comments
 (0)