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