Revert "Temporarily revert delay_bug to delayed_bug change"
This reverts commit 6d2543b622
.
This commit is contained in:
parent
a9b037f510
commit
22676ce946
@ -110,7 +110,7 @@ struct LayoutCx<'a> {
|
||||
impl<'a> LayoutCalculator for LayoutCx<'a> {
|
||||
type TargetDataLayoutRef = &'a TargetDataLayout;
|
||||
|
||||
fn delay_bug(&self, txt: String) {
|
||||
fn delayed_bug(&self, txt: String) {
|
||||
never!("{}", txt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user