Skip to content

Commit 68af1ce

Browse files
committed
Rename LayoutCalculator::delay_bug as LayoutCalculator::delayed_bug.
To match with the previous commits.
1 parent 878c613 commit 68af1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct LayoutCx<'a> {
110110
impl<'a> LayoutCalculator for LayoutCx<'a> {
111111
type TargetDataLayoutRef = &'a TargetDataLayout;
112112

113-
fn delay_bug(&self, txt: String) {
113+
fn delayed_bug(&self, txt: String) {
114114
never!("{}", txt);
115115
}
116116

0 commit comments

Comments
 (0)