I have a test that is marked with
#[test]
#[should_panic]
as a result, in the console output, there is a partial stack trace (which my IDE interprets and makes the file names clickable & blue); as a result, it takes me a while to go from
"something went wrong, I got a stack trace" to "oh, I'm supposed to get a stack trace, this is should_panic"
Question: is there some config flag which tells should_panic to also surpress the stack trace output?