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.
use
This compiles on stable:
use std::thread::{catch_panic};
but this does not:
use std::thread::catch_panic; error: use of unstable library feature 'catch_panic': recent API addition
Fortunately, I can't find a way to actually use the import anyway, but it's a stability trap.