Skip to content

Commit

Permalink
Temporarily revert delay_bug to delayed_bug change
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Dec 4, 2023
1 parent 26c0963 commit 6d2543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir-ty/src/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct LayoutCx<'a> {
impl<'a> LayoutCalculator for LayoutCx<'a> {
type TargetDataLayoutRef = &'a TargetDataLayout;

fn delayed_bug(&self, txt: String) {
fn delay_bug(&self, txt: String) {
never!("{}", txt);
}

Expand Down

0 comments on commit 6d2543b

Please sign in to comment.