We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9f09 commit 1593c5aCopy full SHA for 1593c5a
1 file changed
build/stack/src/lib.rs
@@ -86,6 +86,9 @@ pub const KNOWN_RECURSORS: &[&str] = &[
86
// We have limited recursion here, see
87
// https://github.com/oxidecomputer/hubris/issues/2593
88
"Vsc7448Spi",
89
+ // Tests have a method called "stackblow" that, you guessed it, blows
90
+ // the stack (intentionally)
91
+ "stackblow",
92
];
93
94
/// Information derived about a given function
0 commit comments