diff options
Diffstat (limited to 'crates/typst-library/src/engine.rs')
| -rw-r--r-- | crates/typst-library/src/engine.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst-library/src/engine.rs b/crates/typst-library/src/engine.rs index 80aaef22..43a7b467 100644 --- a/crates/typst-library/src/engine.rs +++ b/crates/typst-library/src/engine.rs @@ -312,7 +312,8 @@ impl Route<'_> { if !self.within(Route::MAX_SHOW_RULE_DEPTH) { bail!( "maximum show rule depth exceeded"; - hint: "check whether the show rule matches its own output" + hint: "maybe a show rule matches its own output"; + hint: "maybe there are too deeply nested elements" ); } Ok(()) |
