diff options
Diffstat (limited to 'components/layout_2020/flow/construct.rs')
-rw-r--r-- | components/layout_2020/flow/construct.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/layout_2020/flow/construct.rs b/components/layout_2020/flow/construct.rs index e2ef5c2aa52..9fb5cb2509b 100644 --- a/components/layout_2020/flow/construct.rs +++ b/components/layout_2020/flow/construct.rs @@ -273,6 +273,9 @@ where } }, }, + DisplayGeneratingBox::LayoutInternal(_) => { + unreachable!("The result of blockification should never be layout-internal value."); + }, } } |