mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add Debug to LayoutCache
This commit is contained in:
parent
f1da1373d1
commit
a4f4da7f5a
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ impl<'a> Layout<'a> {
|
|||
}
|
||||
|
||||
/// Avoid recomputing Layout from Variable multiple times.
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Debug)]
|
||||
pub struct LayoutCache<'a> {
|
||||
layouts: MutMap<Variable, Result<Layout<'a>, LayoutProblem>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue