Skip to content

Commit 1593c5a

Browse files
committed
lol
1 parent b3c9f09 commit 1593c5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/stack/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ pub const KNOWN_RECURSORS: &[&str] = &[
8686
// We have limited recursion here, see
8787
// https://github.com/oxidecomputer/hubris/issues/2593
8888
"Vsc7448Spi",
89+
// Tests have a method called "stackblow" that, you guessed it, blows
90+
// the stack (intentionally)
91+
"stackblow",
8992
];
9093

9194
/// Information derived about a given function

0 commit comments

Comments
 (0)